Module

x/zod/index.ts>ZodDefault#_parse

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodDefault.prototype._parse
import { ZodDefault } from "https://dotland.deno.dev/x/zod@v3.21.3/index.ts";

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>