effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Symbol

AST node matching any symbol value.

When to use

Use when you need the AST node class for schemas that match any JavaScript symbol value.

Details

When serialized to a string-based codec, symbols are converted via Symbol.keyFor and must be registered with Symbol.for.

See

Signature

declare class Symbol

Source

Since v4.0.0