UNPKG

tsutils

Version:

utilities for working with typescript's AST

4 lines (3 loc) 148 B
export * from '../3.0/node'; import * as ts from 'typescript'; export declare function isBigIntLiteral(node: ts.Node): node is ts.BigIntLiteral;