effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Number

AST node matching any number value (including NaN, Infinity, -Infinity).

Details

Default JSON serialization:

If the node has an isFinite or isInt check, the string fallback is skipped since non-finite values cannot occur.

See

Signature

declare class Number

Source

Since v4.0.0