Represents a deferred promise, exposing the resolve and reject methods.
Method to reject the promise.
the rejection reason.
Method to resolve the promise.
the resolution value.
Generated using TypeDoc
Represents a deferred promise, exposing the resolve and reject methods.