umd.js 448 B

123456789101112
  1. export * from '../index';
  2. import * as _operators from '../operators/index';
  3. export const operators = _operators;
  4. import * as _testing from '../testing/index';
  5. export const testing = _testing;
  6. import * as _ajax from '../ajax/index';
  7. export const ajax = _ajax;
  8. import * as _webSocket from '../webSocket/index';
  9. export const webSocket = _webSocket;
  10. import * as _fetch from '../fetch/index';
  11. export const fetch = _fetch;
  12. //# sourceMappingURL=umd.js.map