Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>getFallbacks

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function getFallbacks
import { getFallbacks } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Returns the fallback values of the schema.

Hint: The difference to getFallback is that for object and tuple schemas this function recursively returns the fallback values of the subschemas instead of undefined.

Parameters

schema: TSchema

The schema to get them from.

Returns

The fallback values.