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