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