Skip to content

Interface: Deferred<T> ​

Type Parameters ​

Type Parameter
T

Properties ​

PropertyType
promisePromise<T>
reject(reason?) => void
resolve(value) => void

Released under the MIT License.