UNPKG

rxjs-compat

Version:

[![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x) [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs) [![Join the chat

20 lines 588 B
"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