Evercatch - v0.5.0
    Preparing search index...

    Type Alias ResultAsync<T, E, S>

    ResultAsync: Promise<Result<T, E, S>>

    Represents an asynchronous operation that returns a Result. It is a Promise that resolves to a Result.

    Type Parameters

    • T

      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.