@lppedd/mini-result - v0.6.1
    Preparing search index...

    Type Alias ResultPromise<V, E>

    ResultPromise: Promise<Result<V, E>>

    A promise that resolves to the result of an operation that may succeed (Ok<V>) or fail (Err<E>).

    Type Parameters

    • V

      The success value type.

    • E

      The error value type.