UNPKG

487 BTypeScriptView Raw
1export * from '../index';
2import * as _operators from '../operators/index';
3export declare const operators: typeof _operators;
4import * as _testing from '../testing/index';
5export declare const testing: typeof _testing;
6import * as _ajax from '../ajax/index';
7export declare const ajax: typeof _ajax;
8import * as _webSocket from '../webSocket/index';
9export declare const webSocket: typeof _webSocket;
10import * as _fetch from '../fetch/index';
11export declare const fetch: typeof _fetch;