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

x/valibot/src/schemas/nullish/nullish.ts>nullish

The modular and type safe schema library for validating structural data 🤖
Go to Latest
function nullish
import { nullish } from "https://deno.land/x/valibot@v0.19.0/src/schemas/nullish/nullish.ts";

Creates a nullish schema.

Type Parameters

TWrapped extends BaseSchema
optional
TDefault extends Input<TWrapped> | undefined = undefined

Parameters

wrapped: TWrapped

The wrapped schema.

optional
default_: TDefault | (() => TDefault)

The default value.