CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
isChromatic.d.ts8 linesDownload Raw Back to chromatic
1/**2 * Returns `true` if running within Chromatic, `false` otherwise.3 * @argument window - The window object whose `navigator` and/or `location` is4 * used to determine if running in Chromatic.5 */6declare function isChromatic(window?: Window): boolean;7export = isChromatic;8 
basant307/AI_Governance_Project · CoolFace