84179dd9c1064bc4a8397b3bf6539a3bdac17967
[dotfiles/.git] / node.js
1 "use strict";\r
2 Object.defineProperty(exports, "__esModule", { value: true });\r
3 exports.isBigIntLiteral = void 0;\r
4 const tslib_1 = require("tslib");\r
5 tslib_1.__exportStar(require("../3.0/node"), exports);\r
6 const ts = require("typescript");\r
7 function isBigIntLiteral(node) {\r
8     return node.kind === ts.SyntaxKind.BigIntLiteral;\r
9 }\r
10 exports.isBigIntLiteral = isBigIntLiteral;\r
11 //# sourceMappingURL=node.js.map