Skip to main content
Module

x/zod/mod.ts>custom

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

type

<T>(
check?: (data: unknown) => any,
params?: string | CustomParams | ((input: any) => CustomParams),
fatal?: boolean,
) => ZodType<T>