PromisorInterface
in
Interface used with classes that return a promise.
Tags
Table of Contents
Methods
- promise() : PromiseInterface<TValue, TReason>
- Returns a promise.
Methods
promise()
Returns a promise.
public
promise() : PromiseInterface<TValue, TReason>