Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
557 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 |
---|
Note:
See
TracBrowser
for help on using the repository browser.