20 lines
588 B
JavaScript
20 lines
588 B
JavaScript
"use strict";
|
|
/*
|
|
NOTE: This is the global export file for rxjs v6 and higher.
|
|
*/
|
|
function __export(m) {
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
}
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
/* rxjs and rxjs.operators */
|
|
__export(require("./Rx"));
|
|
/* rxjs.testing */
|
|
var _testing = require("rxjs/testing");
|
|
exports.testing = _testing;
|
|
/* rxjs.ajax */
|
|
var _ajax = require("rxjs/ajax");
|
|
exports.ajax = _ajax;
|
|
/* rxjs.webSocket */
|
|
var _webSocket = require("rxjs/webSocket");
|
|
exports.webSocket = _webSocket;
|
|
//# sourceMappingURL=umd.js.map
|