Skip to main content
Module

x/value_schema/dist-deno/appliers/ifUndefined.ts>Options

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/value_schema@v3.1.2/dist-deno/appliers/ifUndefined.ts";

Properties

optional
ifUndefined: T | null

value if undefined (defaults: error)