import { fallback } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Returns a fallback value as output if the input does not match the schema.
Type Parameters
TFallback extends Fallback<TSchema>
import { fallback } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Returns a fallback value as output if the input does not match the schema.