effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isArrays

Narrows an AST to Arrays.

When to use

Use to recognize array-like AST nodes before reading their element, rest, or mutability metadata.

See

Signature

declare const isArrays: (ast: AST) => ast is Arrays

Source

Since v4.0.0