Skip to main content
Module

x/zod/mod.ts>custom

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
function custom
import { custom } from "https://deno.land/x/zod@v3.23.4/mod.ts";

Parameters

optional
check: (data: any) => any
optional
params: string | CustomParams | ((input: any) => CustomParams) = [UNSUPPORTED]
optional
fatal: boolean