UNPKG

219 BTypeScriptView Raw
1/**
2 * Assumes true for a non-browser env, otherwise makes a best effort
3 * @link https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState
4 */
5export declare function isDocumentVisible(): boolean;