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

    Type Alias PromiseCreatorFn

    PromiseCreatorFn: <T, TResult2 = never>(
        newExecutor: PromiseExecutor<T>,
        ...extraArgs: any,
    ) => IPromise<T | TResult2>

    Defines the signature of a function that creates a Promise.

    Type declaration