UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 229 B
import { DirectiveTestBedFactory } from '../directive-test-bed-factory'; import { DirectiveTools } from './models'; export declare function buildDirectiveTools<T, H>(factory: DirectiveTestBedFactory<T, H>): DirectiveTools<T, H>;