Evercatch - v0.5.0
    Preparing search index...

    Type Alias ResultOk<T>

    ResultOk: readonly [null, T]

    Represents a successful result. The first element is null (indicating no error), and the second is the success value.

    Type Parameters

    • T

      The type of the success value.