import { null_ } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a null schema.
Parameters
optional
message: ErrorMessageThe error message.
Returns
A null schema.
import { null_ } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a null schema.
The error message.
A null schema.