UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

6 lines (5 loc) 137 B
/** * Returns `true` if running within Chromatic, `false` otherwise. */ declare function isChromatic(): boolean; export = isChromatic;