Skip to main content
Module

x/valibot/mod.ts>getDefaultAsync

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

Returns the default value of the schema.

Type Parameters

TSchema extends SchemaWithMaybeDefault | SchemaWithMaybeDefaultAsync

Parameters

schema: TSchema

The schema to get the default value from.

Returns

Promise<DefaultValue<TSchema>>

The default value.