UNPKG

588 BJavaScriptView Raw
1"use strict";
2/*
3 NOTE: This is the global export file for rxjs v6 and higher.
4 */
5function __export(m) {
6 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
7}
8Object.defineProperty(exports, "__esModule", { value: true });
9/* rxjs and rxjs.operators */
10__export(require("./Rx"));
11/* rxjs.testing */
12var _testing = require("rxjs/testing");
13exports.testing = _testing;
14/* rxjs.ajax */
15var _ajax = require("rxjs/ajax");
16exports.ajax = _ajax;
17/* rxjs.webSocket */
18var _webSocket = require("rxjs/webSocket");
19exports.webSocket = _webSocket;
20//# sourceMappingURL=umd.js.map
\No newline at end of file