Skip to main content
Module

x/oridune_validator/mod.ts>INumberValidatorOptions

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

Properties

optional
cast: boolean
optional
messages: Partial<Record<
| "typeError"
| "smallerLength"
| "greaterLength"
| "smallerAmount"
| "greaterAmount"
| "notInt"
| "notFloat"
, TErrorMessage>>