effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isBigInt

Narrows an AST to BigInt.

When to use

Use to identify bigint AST nodes while inspecting or transforming schema ASTs.

See

Signature

declare const isBigInt: (ast: AST) => ast is BigInt

Source

Since v4.0.0