Skip to main content
Module

x/zod/types.ts>ZodNull

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodNull
extends ZodType<null, ZodNullDef, null>
import { ZodNull } from "https://deno.land/x/zod@v3.23.6/types.ts";

Methods

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

Static Properties

create: (params?: RawCreateParams) => ZodNull