import { null_ } from "https://deno.land/x/valibot@v0.24.0/src/schemas/null/null.ts";
Creates a null schema.
Parameters
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
A null schema.
import { null_ } from "https://deno.land/x/valibot@v0.24.0/src/schemas/null/null.ts";
Creates a null schema.
The error message.
A null schema.