effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Void

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

Signature

declare class Void

Source

Since v4.0.0