MCPcopy
hub / github.com/simple-icons/simple-icons / getIconsDataString

Function getIconsDataString

sdk.mjs:129–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

add-icon-data.jsFile · 0.90
ourlint.jsFile · 0.90
getIconsDataFunction · 0.85

Calls 1

getIconsDataPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…