minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / root.js
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