UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 276 B
import { HttpEvent, HttpInterceptor, HttpResponse } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare function inspectSuccessResponse(interceptor: HttpInterceptor, resOrUrl: HttpResponse<unknown> | string, body?: any): Observable<HttpEvent<any>>;