effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isNever

Narrows an AST to Never.

When to use

Use to detect the AST node for a schema that can never match before handling other schema variants.

See

Signature

declare const isNever: (ast: AST) => ast is Never

Source

Since v4.0.0