Skip to main content
Module

x/zod/types.ts>ZodType#nullish

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

Returns

ZodOptional<ZodNullable<this>>