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
181 B
TypeScript
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;
|