Package: effect
Module: SchemaAST
Narrows an AST to Null.
When to use
Use to recognize an AST node that represents exactly the null literal when
inspecting, traversing, or transforming schema ASTs.
See
Null for the AST node type narrowed by this guardnull for the singleton Null AST instanceisLiteral for exact primitive literal AST nodesSignature
declare const isNull: (ast: AST) => ast is Null
Since v4.0.0