DefinitelyTyped/types/globalthis/implementation.d.ts

6 lines
110 B
TypeScript
Raw Permalink Normal View History

2019-11-05 17:07:36 +00:00
/**
* The `globalThis` object.
*/
declare const implementation: typeof globalThis;
export = implementation;