UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

9 lines (8 loc) 412 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FilterPipe implements PipeTransform { private tmp; transform(value: Array<any>, filter: string | MsftSme.Func1<any, boolean>, not?: any): Array<any>; static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "smeFilter", false>; }