()
| 127 | * @returns {Promise<string>} Content of *data/simple-icons.json*. |
| 128 | */ |
| 129 | export const getIconsDataString = () => fs.readFile(getIconsDataPath(), 'utf8'); |
| 130 | |
| 131 | /** |
| 132 | * Get icons data as object from *data/simple-icons.json*. |
no test coverage detected
searching dependent graphs…