UNPKG

@beenotung/tslib

Version:
4 lines (3 loc) 174 B
export declare function getWindow(): Window; export declare function getGlobal(): typeof globalThis; export declare function getWindowOrGlobal(): Window | typeof globalThis;