@illavv/run_typer - v4.1.0
    Preparing search index...

    Type Alias StandardValidator<T>

    StandardValidator: Validator<T> & StandardSchemaV1<unknown, T>

    A Validator that is also a Standard Schema.

    It stays callable exactly like any other validator — so it can still be nested in arrayOf, record, a schema slot, or called directly — while the ~standard property makes it accepted by tRPC, Hono, TanStack Form/Router, Nuxt and every other consumer of the contract, with no adapter.

    Type Parameters

    • T

      The validated type on success