Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
PromisesAPlus
PromiseImpl
Interface PromiseImpl
Index
Construct signatures
constructor
Construct signatures
constructor
(
resolver
:
(resolvePromise: (value: T) => void, rejectPromise: (reason: any) => void) => void
)
:
Thenable
Parameters
resolver:
(resolvePromise: (value: T) => void, rejectPromise: (reason: any) => void) => void
Returns
Thenable
Globals
PromisesAPlus
PromiseCtor
PromiseImpl
constructor
Thenable