Urara-Blog/node_modules/.pnpm-store/v3/files/93/98ec6269e57542fc3f11015964c258d3abdf33381021d7324518c33cf6eee8a7af826d6dfefdcb19f9e2c77e0807e7ea21c998e4196cca98c39ca66b82d090
2022-08-14 01:14:53 +08:00

11 lines
No EOL
398 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isBigIntLiteral = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("../3.0/node"), exports);
const ts = require("typescript");
function isBigIntLiteral(node) {
return node.kind === ts.SyntaxKind.BigIntLiteral;
}
exports.isBigIntLiteral = isBigIntLiteral;
//# sourceMappingURL=node.js.map