版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 line
448 B

  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