Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

root.js 557B

12345678910111213
  1. /** PURE_IMPORTS_START PURE_IMPORTS_END */
  2. var __window = typeof window !== 'undefined' && window;
  3. var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
  4. self instanceof WorkerGlobalScope && self;
  5. var __global = typeof global !== 'undefined' && global;
  6. var _root = __window || __global || __self;
  7. /*@__PURE__*/ (function () {
  8. if (!_root) {
  9. throw /*@__PURE__*/ new Error('RxJS could not find any global context (window, self, global)');
  10. }
  11. })();
  12. export { _root as root };
  13. //# sourceMappingURL=root.js.map