FuncType - v0.60.3
    Preparing search index...

    Type Alias Validator<T>

    Validator: (value: unknown) => Either<TypedError<"VALIDATION_FAILED">, T>

    Validator function type

    Type Parameters

    • T

    Type Declaration