Skip to main content
Module

x/zod/index.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.16.0/index.ts";

type

<T>(check?: (data: unknown) => any, params?: Parameters<ZodTypeAny["refine"]>[1]) => ZodType<T>