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

7 lines
265 B
TypeScript

import getGlobal = require('globalthis');
getGlobal(); // $ExpectType typeof globalThis
getGlobal.implementation; // $ExpectType typeof globalThis
getGlobal.getPolyfill; // $ExpectType () => typeof globalThis
getGlobal.shim; // $ExpectType () => typeof globalThis