mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 19:49:30 +08:00
3 lines
145 B
Text
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;
|