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

x/zod/mod.ts>ZodType#default

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

Parameters

def: util.noUndefined<Input>

Parameters

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

Parameters

def: any