UNPKG

ngx-testing-tools

Version:
5 lines (4 loc) 197 B
import { Type } from '@angular/core'; type Quantifier = 'one' | 'many'; export declare function throwCannotFind(selectorOrDirective: string | Type<any>, quantifier?: Quantifier): never; export {};