Urara-Blog/node_modules/.pnpm-store/v3/files/00/755762b6c01f5fe0a512868cab9c0a86acf91806d823ca08c34bcefd1331e88c4d13137aecbc71ea8085e09b1061d3f67b1eba32816538d2e11c09b1058a40
2022-08-14 01:14:53 +08:00

3 lines
145 B
Text

export * from '../3.0/node';
import * as ts from 'typescript';
export declare function isBigIntLiteral(node: ts.Node): node is ts.BigIntLiteral;