effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.any

Provides the singleton Any AST instance.

When to use

Use when you need the singleton AST node for the TypeScript any type and intentionally want parsing to accept every input value.

See

Signature

declare const any: Any

Source

Since v4.0.0