export * from "./src/index" import * as RootTSAll from "./src/index" if (typeof global["RootTSEnvironment"] !== "undefined") { for (let key in global["RootTSEnvironment"]) { module.exports[key] = global["RootTSEnvironment"][key] } } else { global["RootTSEnvironment"] = RootTSAll }