Package: effect
Module: SchemaAST
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
Never for the AST node type narrowed by this guardnever for the singleton Never AST instanceSignature
declare const isNever: (ast: AST) => ast is Never
Since v4.0.0