frontend/.pnpm-store/v3/files/90/b1ac428fd984a90e9cc979546a40e8889f02944eafb57694afbb087ecfa6a1cce6437c341cca90a41f8a7c5f6b3cedc27795773a8ca98148373e8cc80a70b5

14 lines
557 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var __window = typeof window !== 'undefined' && window;
var __self = typeof self !== 'undefined' && typeof WorkerGlobalScope !== 'undefined' &&
self instanceof WorkerGlobalScope && self;
var __global = typeof global !== 'undefined' && global;
var _root = __window || __global || __self;
exports.root = _root;
(function () {
if (!_root) {
throw new Error('RxJS could not find any global context (window, self, global)');
}
})();
//# sourceMappingURL=root.js.map