Deprecated
Use optional
instead.
import { withDefault } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Passes a default value to a schema in case of an undefined input.
Type Parameters
TSchema extends BaseSchema | BaseSchemaAsync
x/valibot/src/index.ts>withDefault
Use optional
instead.
import { withDefault } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Passes a default value to a schema in case of an undefined input.