FuncType - v0.9.5
    Preparing search index...

    Type Alias Validator<T>

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

    Validator function type

    Type Parameters

    • T

    Type declaration