Skip to main content
Module

x/oridune_validator/mod.ts>ITupleValidatorOptions

A powerful typescript compatible/zod alternative schema validator.
Go to Latest
interface ITupleValidatorOptions
import { type ITupleValidatorOptions } from "https://deno.land/x/oridune_validator@v0.2.37/mod.ts";

Properties

optional
cast: boolean
optional
splitter: string | RegExp
optional
messages: Partial<Record<"typeError" | "smallerLength" | "greaterLength", TErrorMessage>>