Package: effect
Module: SchemaAST
Provides the singleton Unknown AST instance.
When to use
Use when you need the reusable AST singleton for a schema node that accepts every value while keeping parsed values opaque.
See
any for the singleton that accepts every value as anySignature
declare const unknown: Unknown
Since v4.0.0