Package: effect
Module: SchemaAST
Narrows an AST to Void.
When to use
Use to identify AST nodes that represent the TypeScript void type before
handling Void-specific schema behavior.
See
isUndefined for narrowing AST nodes that represent the literal undefined value instead of TypeScript voidSignature
declare const isVoid: (ast: AST) => ast is Void
Since v4.0.0