Doubter - v5.1.1-next.e4e15ab
    Preparing search index...

    Type Alias Result<Value>

    Result: Ok<Value> | Issue[] | null

    A result returned from a shape after it was applied to an input value.

    • If null then the input value is valid and wasn't transformed.
    • If an Ok instance then the input value is valid and was transformed.
    • If an array of issues then the input value is invalid.

    Type Parameters

    • Value = any

      The output value.