Package: effect
Module: SchemaAST
AST node matching TypeScript void return-value semantics.
When to use
Use when you need an AST node for a value whose result is intentionally ignored.
Details
Parsers built from this node accept any present runtime input and map it to
undefined. Public schemas built from it may still expose void as their
typed decoded and encoded representation.
See
undefined for the AST singleton that matches only exact undefinedvoidisVoidSignature
declare class Void
Since v4.0.0