@binarymuse/ts-stdlib
    Preparing search index...

    Function Err

    • Creates a new Err result.

      Type Parameters

      • E

        The type of the error value

      • T = never

        The type of the success value

      Parameters

      • error: E

      Returns Result<T, E>