effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Never

AST node representing the never type — no value matches.

Details

Parsing always fails. Useful as a placeholder in unions or as the result of narrowing that eliminates all options.

See

Signature

declare class Never

Source

Since v4.0.0