umd.d.ts 285 B

1234567
  1. export * from './Rx';
  2. import * as _testing from 'rxjs/testing';
  3. export declare const testing: typeof _testing;
  4. import * as _ajax from 'rxjs/ajax';
  5. export declare const ajax: typeof _ajax;
  6. import * as _webSocket from 'rxjs/webSocket';
  7. export declare const webSocket: typeof _webSocket;