import { voidAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Creates an async void schema.
Parameters
optional
message: ErrorMessageThe error message.
Returns
An async void schema.
import { voidAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Creates an async void schema.
The error message.
An async void schema.