UNPKG

fwk-pipes

Version:

Framework with common pipes

5 lines (4 loc) 159 B
import { PipeTransform } from '@angular/core'; export declare class SearchInfoCSPipe implements PipeTransform { transform(arr: any[], txt: string): any; }