Package: effect
Module: SchemaAST
Provides the singleton Void AST instance.
When to use
Use when constructing or comparing AST nodes for TypeScript void return
values whose result is intentionally ignored.
Details
The node parses any present runtime value as undefined; schemas may still
expose void on their typed decoded and encoded sides.
See
Void for the AST node classundefined for the sibling AST singleton that matches exactly undefinedisVoid for narrowing an AST to a Void nodeSignature
declare const void: Void
Since v4.0.0