import { nullable } from "https://deno.land/x/valibot@v0.5.0/mod.ts";
Creates a nullable schema.
Type Parameters
TWrappedSchema extends BaseSchema
Parameters
wrapped: TWrappedSchema
The wrapped schema.
Returns
A nullable schema.
import { nullable } from "https://deno.land/x/valibot@v0.5.0/mod.ts";
Creates a nullable schema.
The wrapped schema.
A nullable schema.