@nevware21/ts-async - v0.5.4
    Preparing search index...

    Type Alias ResolvePromiseHandler<T>

    ResolvePromiseHandler: (value: T | IPromise<T> | PromiseLike<T>) => void

    Defines the signature of the resolve function passed to the resolverFunc (in the Promise constructor)

    Type Parameters

    • T

    Type declaration

      • (value: T | IPromise<T> | PromiseLike<T>): void
      • Parameters

        • value: T | IPromise<T> | PromiseLike<T>

          The value to resolve the Promise with

        Returns void

        Nothing