effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isVoid

Narrows an AST to Void.

When to use

Use to identify AST nodes that represent the TypeScript void type before handling Void-specific schema behavior.

See

Signature

declare const isVoid: (ast: AST) => ast is Void

Source

Since v4.0.0