UNPKG

rxjs-http-client

Version:

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

4 lines 124 B
export interface IHttpInterceptor<T> { intercept(data: T): T; } //# sourceMappingURL=http-interceptor.interface.d.ts.map