umd.js 588 B

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