effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.void

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

Signature

declare const void: Void

Source

Since v4.0.0