Package: effect
Module: SchemaAST
Narrows an AST to Undefined.
When to use
Use to identify AST nodes that represent exactly the JavaScript undefined
value.
See
isVoid for narrowing AST nodes that represent TypeScript void instead of exact undefinedSignature
declare const isUndefined: (ast: AST) => ast is Undefined
Since v4.0.0