UNPKG

ngx-testing-tools

Version:
3 lines (2 loc) 145 B
import { HttpResponse } from '@angular/common/http'; export declare function mockSuccessResponseHandlerFactory(res: HttpResponse<unknown>): any;