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

1234567891011121314
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var __window = typeof window !== 'undefined' && window;
  4. var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
  5. self instanceof WorkerGlobalScope && self;
  6. var __global = typeof global !== 'undefined' && global;
  7. var _root = __window || __global || __self;
  8. exports.root = _root;
  9. (function () {
  10. if (!_root) {
  11. throw new Error('RxJS could not find any global context (window, self, global)');
  12. }
  13. })();
  14. //# sourceMappingURL=root.js.map