Skip to main content
Module

x/zod/types.ts>ZodUndefined#_parse

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

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>