effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.undefined

Provides the singleton Undefined AST instance.

When to use

Use when you need the shared AST node for exact undefined values while inspecting or constructing schema ASTs.

Signature

declare const undefined: Undefined

Source

Since v4.0.0