b1ac428fd984a90e9cc979546a40e8889f02944eafb57694afbb087ecfa6a1cce6437c341cca90a41f8a7c5f6b3cedc27795773a8ca98148373e8cc80a70b5 557 B

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