Module

x/zod/index.ts>custom

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
function custom
import { custom } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/index.ts";

Parameters

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