DefinitelyTyped/types/globalthis/implementation.d.ts
2019-11-05 09:07:36 -08:00

6 lines
110 B
TypeScript

/**
* The `globalThis` object.
*/
declare const implementation: typeof globalThis;
export = implementation;