An object holding the resolve and reject functions of a Promise instance.
resolve
reject
Promise
Reject the promise.
Resolve the promise.
Generated using TypeDoc
An object holding the
resolve
andreject
functions of aPromise
instance.