Module

x/zod/index.ts>ZodType#default

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodType.prototype.default
import { ZodType } from "https://dotland.deno.dev/x/zod@v3.20.3/index.ts";

Parameters

def: util.noUndefined<Input>

Returns

ZodDefault<this>

Parameters

def: () => util.noUndefined<Input>

Returns

ZodDefault<this>