Package: effect
Module: SchemaAST
Provides the singleton Any AST instance.
When to use
Use when you need the singleton AST node for the TypeScript any type and
intentionally want parsing to accept every input value.
See
unknown for the sibling AST singleton that also accepts every value while preserving the safer unknown typeSignature
declare const any: Any
Since v4.0.0