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

x/valibot/mod.ts>optionalAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function optionalAsync
Re-export
import { optionalAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Creates an async optional schema.

Parameters

wrapped: TWrapped

The wrapped schema.

Returns

An async optional schema.

Creates an async optional schema.

Parameters

wrapped: TWrapped

The wrapped schema.

default_: TDefault

The default value.

Returns

An async optional schema.