frontend/.pnpm-store/v3/files/53/e5b184f5339fedcdf1c192f24c125bdf079c14c3e5b1eb647146bced3c6e433ab460ebd28b0c2e24176fa59e0c867917e74fc543b04ab23e80c5ded210a547

12 lines
492 B
Plaintext

const __window = typeof window !== 'undefined' && window;
const __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
self instanceof WorkerGlobalScope && self;
const __global = typeof global !== 'undefined' && global;
const _root = __window || __global || __self;
(function () {
if (!_root) {
throw new Error('RxJS could not find any global context (window, self, global)');
}
})();
export { _root as root };
//# sourceMappingURL=root.js.map