Interface PromiseImpl

Index

Construct signatures

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