48b2a87448b1339b6c91b552fce78b6769a02bd7
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / util / root.js
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