Package: effect
Module: SchemaAST
Provides the singleton Never AST instance.
When to use
Use to reuse the canonical bottom-type AST node when constructing, comparing, or returning ASTs.
See
Never for the AST node classisNever for narrowing an AST to a Never nodeSignature
declare const never: Never
Since v4.0.0