import { symbol } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/schemas/index.ts";
Creates a symbol schema.
Returns
SymbolSchema<undefined>
A symbol schema.
Creates a symbol schema.
Type Parameters
TMessage extends ErrorMessage<SymbolIssue> | undefined
Parameters
message: TMessage
The error message.
Returns
A symbol schema.