UNPKG

faster-babel-types

Version:
5 lines 365 B
import type * as t from '@babel/types'; export declare function bigIntLiteral(value: string): t.BigIntLiteral; export declare function isBigIntLiteral(node: t.Node | null | undefined): node is t.BigIntLiteral; export declare function assertBigIntLiteral(node: t.Node | null | undefined): asserts node is t.BigIntLiteral; //# sourceMappingURL=bigint-literal.d.ts.map