Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/mod.ts>ZodType#catch

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodType.prototype.catch
Re-export
import { ZodType } from "https://deno.land/x/zod@v3.22.4/mod.ts";

Parameters

def: Output

Parameters

def: (ctx: { error: ZodError; input: Input; }) => Output