UNPKG

137 BTypeScriptView Raw
1/**
2 * Returns `true` if running within Chromatic, `false` otherwise.
3 */
4declare function isChromatic(): boolean;
5export = isChromatic;