effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isUndefined

Narrows an AST to Undefined.

When to use

Use to identify AST nodes that represent exactly the JavaScript undefined value.

See

Signature

declare const isUndefined: (ast: AST) => ast is Undefined

Source

Since v4.0.0