GoScrobble/web/node_modules/@reduxjs/toolkit/dist/query/utils/isDocumentVisible.d.ts

6 lines
219 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
/**
* Assumes true for a non-browser env, otherwise makes a best effort
* @link https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState
*/
export declare function isDocumentVisible(): boolean;