mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-18 14:52:46 +00:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import implementation = require('./implementation');
|
|
|
|
/**
|
|
* Gets the `globalThis` object.
|
|
*/
|
|
declare function getPolyfill(): typeof implementation;
|
|
export = getPolyfill;
|