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

    Type Alias Result<V, E>

    Result: Ok<V, E> | Err<V, E>

    Represents 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.