ts-data-forge
    Preparing search index...

    Type Alias Result<S, E>

    Result: Ok_<S> | Err_<E>

    Represents a value that can either be a success (Ok) or an error (Err).

    Type Parameters

    • S

      The type of the success value.

    • E

      The type of the error value.