Type aliases
PromiseExecutor
PromiseExecutor<ResolveType>: function
Type parameters
PromiseOnFinally
PromiseOnFinally: function | undefined | null
PromiseOnFulfilled
PromiseOnFulfilled<InputType, OutputType>: function | undefined | null
Type parameters
PromiseOnRejected
PromiseOnRejected<OutputType>: function | undefined | null
Type parameters
PromiseReject
PromiseReject: function
PromiseResolve
PromiseResolve<Value>: function
Type parameters
Type declaration
-
- (value?: Value | PromiseLike<Value>): void
-
Parameters
-
Optional value: Value | PromiseLike<Value>
Returns void