blob: ad1612b118a2d19bb05f81f00085c296423b0184 [file] [log] [blame]
export * from '../3.0/node';
import * as ts from 'typescript';
export declare function isBigIntLiteral(node: ts.Node): node is ts.BigIntLiteral;