Package: effect
Module: SchemaAST
Narrows an AST to Arrays.
When to use
Use to recognize array-like AST nodes before reading their element, rest, or mutability metadata.
See
Arrays for the AST node type narrowed by this guardSignature
declare const isArrays: (ast: AST) => ast is Arrays
Since v4.0.0