DefinitelyTyped/types/promise.allsettled/auto.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
181 B
TypeScript

// This file exists only to reflect the existence of the auto.js file in the source package, which has a side-effect
// when imported.
declare const exports: {};
export = exports;