Package: effect
Module: SchemaAST
Narrows an AST to BigInt.
When to use
Use to identify bigint AST nodes while inspecting or transforming schema ASTs.
See
BigInt for the AST node matched by this guardbigInt for the singleton instance; use isBigInt when narrowing an existing AST valueSignature
declare const isBigInt: (ast: AST) => ast is BigInt
Since v4.0.0