Skip to main content
Module

x/zod/external.ts>ZodUndefined

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodUndefined
extends ZodType<undefined, ZodUndefinedDef>
import { ZodUndefined } from "https://deno.land/x/zod@v3.17.3/external.ts";

Properties

optional
params: RawCreateParams

Methods

_parse(input: ParseInput): ParseReturnType<this["_output"]>

Static Properties

create: (params?: RawCreateParams) => ZodUndefined