Skip to main content
Module

x/valibot/src/schemas/symbol/symbol.ts>symbol

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function symbol
import { symbol } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/schemas/symbol/symbol.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.