"use strict";Object.defineProperty(exports,"__esModule",{value:true});var__window=typeofwindow!=='undefined'&&window;var__self=typeofself!=='undefined'&&typeofWorkerGlobalScope!=='undefined'&&selfinstanceofWorkerGlobalScope&&self;var__global=typeofglobal!=='undefined'&&global;var_root=__window||__global||__self;exports.root=_root;(function(){if(!_root){thrownewError('RxJS could not find any global context (window, self, global)');}})();//# sourceMappingURL=root.js.map