Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tsutils / typeguard / 3.2 / node.js
index 26e8c1a749d8f6b54422cda2e744fd3e8a151b80..84179dd9c1064bc4a8397b3bf6539a3bdac17967 100644 (file)
@@ -1,9 +1,11 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-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;
+"use strict";\r
+Object.defineProperty(exports, "__esModule", { value: true });\r
+exports.isBigIntLiteral = void 0;\r
+const tslib_1 = require("tslib");\r
+tslib_1.__exportStar(require("../3.0/node"), exports);\r
+const ts = require("typescript");\r
+function isBigIntLiteral(node) {\r
+    return node.kind === ts.SyntaxKind.BigIntLiteral;\r
+}\r
+exports.isBigIntLiteral = isBigIntLiteral;\r
+//# sourceMappingURL=node.js.map
\ No newline at end of file