Evercatch - v0.5.0
    Preparing search index...

    Type Alias ResultAsyncFn<A, T, E, S>

    ResultAsyncFn: (...args: A) => ResultAsync<T, E, S>

    Represents an asynchronous function that returns a ResultAsync.

    Type Parameters

    • A extends unknown[] = any[]

      The arguments of the function.

    • T = unknown

      The type of the success value.

    • E extends string = string

      A string literal type for the error label.

    • S = unknown

      The type of the source error.

    Type declaration