UNPKG

@mtdt.temp/browser-core

Version:
5 lines (4 loc) 134 B
/** * inspired by https://mathiasbynens.be/notes/globalthis */ export declare function getGlobalObject<T = typeof globalThis>(): T;