UNPKG

rxjs-http-client

Version:

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

4 lines 261 B
import { OperatorFunction } from 'rxjs'; import { HttpResponse } from '../types/http-response.class'; export declare function throwIfNot200Response(): OperatorFunction<HttpResponse, HttpResponse>; //# sourceMappingURL=throw-if-not-200-response.operator.d.ts.map