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

8 lines
172 B
TypeScript

import implementation = require('./implementation');
/**
* Gets the `globalThis` object.
*/
declare function getPolyfill(): typeof implementation;
export = getPolyfill;