mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added type definitions for promise.allsettled * code style update * code style and compatibility fixes * removed the (hopefully not needed) tslint disable flag * more code style fixes * code style fix
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import implementation = require('./implementation');
|
|
|
|
declare function getPolyfill(): typeof implementation;
|
|
|
|
export = getPolyfill;
|