UNPKG

ng2-pipes

Version:
5 lines (4 loc) 195 B
import { PipeTransform } from '@angular/core'; export declare class FilterByPipe implements PipeTransform { transform(arr: any, props: Array<string>, search: any, strict?: boolean): any[]; }