📄 node.d.ts
/home/palash/git/site/node_modules/tsutils/typeguard/3.2/node.d.ts
Language: ts • Lines: 3
export * from '../3.0/node';
import * as ts from 'typescript';
export declare function isBigIntLiteral(node: ts.Node): node is ts.BigIntLiteral;