We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The promise module exports the primary classes needed for promise asynchrony.
declare module "promise" { export interface IPromise<T>; export class Promise<T>; }