UNPKG

148 BTypeScriptView Raw
1export * from '../3.0/node';
2import * as ts from 'typescript';
3export declare function isBigIntLiteral(node: ts.Node): node is ts.BigIntLiteral;