import { literalAsync } from "https://deno.land/x/valibot@v0.19.0/src/schemas/literal/literalAsync.ts";
Creates an async literal schema.
Type Parameters
TLiteral extends Literal
Parameters
literal: TLiteral
The literal value.
optional
error: ErrorMessageThe error message.
Returns
An async literal schema.