Package: effect
Module: SchemaAST
Provides the singleton Boolean AST instance.
When to use
Use to reuse the standard AST node that accepts either true or false when
constructing schema ASTs directly.
See
Boolean for the AST node classLiteral for exact boolean literal AST nodesSignature
declare const boolean: Boolean
Since v4.0.0