UNPKG

@dbg-riskit/angular-testing

Version:

7 lines (6 loc) 270 B
import { Predicate } from '@angular/core'; export declare class ByUtil { static and<T>(...predicates: Array<Predicate<T>>): Predicate<T>; static or<T>(...predicates: Array<Predicate<T>>): Predicate<T>; static not<T>(predicate: Predicate<T>): Predicate<T>; }