bintastic
    Preparing search index...

    Type Alias ResultPromise<OptionsType>

    ResultPromise: Subprocess<OptionsType> & Promise<Result<OptionsType>>

    The return value of all asynchronous methods is both:

    • the subprocess.
    • a Promise either resolving with its successful result, or rejecting with its error.

    Type Parameters