Package: effect
Module: SchemaAST
Narrows an AST to Declaration.
When to use
Use to recognize declaration AST nodes before running declaration-specific handling.
See
Declaration for the AST node type narrowed by this guardSignature
declare const isDeclaration: (ast: AST) => ast is Declaration
Since v3.10.0