toolish - v0.2.5
    Preparing search index...

    Class Deferred<T>

    Promise wrapper that allows resolve and reject to be called externally

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    promise: Promise<T>
    resolve: (value: T | PromiseLike<T>) => void

    Resolve the underlying promise

    reject: (reason?: any) => void

    Reject the underlying promise