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

x/zod/index.ts>ZodNullable#_parse

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

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>