Package: effect
Module: SchemaAST
Provides the singleton Undefined AST instance.
When to use
Use when you need the shared AST node for exact undefined values while inspecting or constructing schema ASTs.
Signature
declare const undefined: Undefined
Since v4.0.0