diff options
Diffstat (limited to 'node_modules/tsutils/index.js')
-rw-r--r-- | node_modules/tsutils/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/tsutils/index.js b/node_modules/tsutils/index.js new file mode 100644 index 000000000..900227f22 --- /dev/null +++ b/node_modules/tsutils/index.js @@ -0,0 +1,8 @@ +"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("./typeguard")); +__export(require("./util")); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGlDQUE0QjtBQUM1Qiw0QkFBdUIifQ==
\ No newline at end of file |