UNPKG

angular-pipes

Version:
10 lines (9 loc) 312 B
import { PipeTransform } from '@angular/core'; export declare class WherePipe implements PipeTransform { /** * Support a function or a value or the shorthand ['key', value] like the lodash shorthand. */ transform(input: any, fn: any): any; } export declare class NgWherePipeModule { }