Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable custom
import { custom } from "https://deno.land/x/netzo@0.3.66/deps/zod/mod.ts";

type

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