Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/methods/index.ts>useDefault

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function useDefault
import { useDefault } from "https://deno.land/x/valibot@v0.9.0/src/methods/index.ts";

Passes the default value to a schema in case of an undefined input.

Parameters

schema: TSchema

The affected schema.

value: Input<TSchema>

The default value.

Returns

The passed schema.