Package: effect
Module: SchemaAST
Provides the singleton Symbol AST instance.
When to use
Use to reuse the singleton AST node for schemas that match any JavaScript symbol value.
Gotchas
String-based codecs can encode only symbols registered with Symbol.for,
because the implementation uses Symbol.keyFor.
See
UniqueSymbol for an AST node that matches one specific symbolSignature
declare const symbol: Symbol
Since v4.0.0