From 7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 28 May 2017 00:38:50 +0200 Subject: add linting (and some initial fixes) --- node_modules/tsutils/util/index.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 node_modules/tsutils/util/index.js (limited to 'node_modules/tsutils/util/index.js') diff --git a/node_modules/tsutils/util/index.js b/node_modules/tsutils/util/index.js new file mode 100644 index 000000000..bb780516b --- /dev/null +++ b/node_modules/tsutils/util/index.js @@ -0,0 +1,7 @@ +"use strict"; +function __export(m) { + for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; +} +Object.defineProperty(exports, "__esModule", { value: true }); +__export(require("./util")); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDRCQUF1QiJ9 \ No newline at end of file -- cgit v1.2.3