DefinitelyTyped/types/promise.allsettled/polyfill.d.ts
Martin Jurča ffebba08e1 [promise.allsettled] Add new type declarations (#36314)
* 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
2019-06-21 00:48:48 -07:00

6 lines
132 B
TypeScript

import implementation = require('./implementation');
declare function getPolyfill(): typeof implementation;
export = getPolyfill;