UNPKG

rxjs-http-client

Version:

A simple to use http client built on ES6 fetch and RxJS

6 lines 329 B
export { RxJSHttpClient } from './rxjs-http-client'; export * from './types/http-interceptor.interface'; export { HttpRequest } from './types/http-request.class'; export { HttpResponse } from './types/http-response.class'; export { HttpRequestConfig } from './types/http-request-config.class'; //# sourceMappingURL=index.d.ts.map