Files
DefinitelyTyped/types/globalthis/implementation.d.ts
T

6 lines
110 B
TypeScript

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