UNPKG

401 BTypeScriptView Raw
1/**
2 * - globalThis (New standard)
3 * - self (Will return the current window instance for supported browsers)
4 * - window (fallback for older browser implementations)
5 * - global (NodeJS implementation)
6 * - <object> (When all else fails)
7 */
8/** only globals that common to node and browsers are allowed */
9export declare const _globalThis: typeof globalThis;
10//# sourceMappingURL=globalThis.d.ts.map
\No newline at end of file