Skip to main content
Module

x/value_schema/dist-deno/exporter.ts>CAUSE

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
variable CAUSE
import { CAUSE } from "https://deno.land/x/value_schema@v3.1.2/dist-deno/exporter.ts";

type

{ TYPE: string; UNDEFINED: string; NULL: string; EMPTY_STRING: string; ONLY: string; CONVERTER: string; MIN_VALUE: string; MAX_VALUE: string; MIN_LENGTH: string; MAX_LENGTH: string; PATTERN: string; CHECKSUM: string; }