You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-11-23 21:34:49 +02:00
Add type declarations for data JSON entry (#13510)
This commit is contained in:
@@ -34,7 +34,7 @@ process.on('uncaughtException', (error) => {
|
||||
}
|
||||
});
|
||||
|
||||
/** @type {import('../sdk.js').IconData[]} */
|
||||
/** @type {import('../types.d.ts').IconData[]} */
|
||||
const iconsData = JSON.parse(await getIconsDataString());
|
||||
const jsonSchema = await getJsonSchemaData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user