UNPKG

516 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6__export(require("./src/index"));
7var RootTSAll = require("./src/index");
8if (typeof global["RootTSEnvironment"] !== "undefined") {
9 for (var key in global["RootTSEnvironment"]) {
10 module.exports[key] = global["RootTSEnvironment"][key];
11 }
12}
13else {
14 global["RootTSEnvironment"] = RootTSAll;
15}
16//# sourceMappingURL=index.js.map
\No newline at end of file