UNPKG

@webkrafters/long-count

Version:

Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.

11 lines (10 loc) 292 B
type NoOp = typeof noop; export type Global<T = typeof env> = T & Omit<Window, keyof T> & { console: T["console"] extends unknown ? { warn: NoOp; } : T["console"]; }; import { noop } from './util/index'; declare const env: {}; export declare const $global: Global; export {};