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

x/valibot/src/methods/useDefault/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.5.0/src/methods/useDefault/index.ts";

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

Parameters

schema: TSchema

The affected scheme.

value: Input<TSchema>

The default value.

Returns

The passed schema.