UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 232 B
import { InterceptorTestBedFactory } from '../interceptor-test-bed-factory'; import { InterceptorTools } from './models'; export declare function buildInterceptorTools<T>(factory: InterceptorTestBedFactory<T>): InterceptorTools<T>;