effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isAny

Narrows an AST to Any.

When to use

Use when you need to inspect a schema AST and handle the Any node variant specifically.

See

Signature

declare const isAny: (ast: AST) => ast is Any

Source

Since v4.0.0