source: trip-planner-front/node_modules/rxjs/_esm5/internal/util/root.js

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 557 bytes
RevLine 
[6a3a178]1/** PURE_IMPORTS_START PURE_IMPORTS_END */
2var __window = typeof window !== 'undefined' && window;
3var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
4 self instanceof WorkerGlobalScope && self;
5var __global = typeof global !== 'undefined' && global;
6var _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})();
12export { _root as root };
13//# sourceMappingURL=root.js.map
Note: See TracBrowser for help on using the repository browser.