Package: effect
Module: SchemaAST
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
symbolisSymbolSignature
declare class Symbol
Since v4.0.0