UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 595 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class KeysPipe implements PipeTransform { transform(input: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys">; } export declare class NgKeysPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgKeysPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgKeysPipeModule, [typeof KeysPipe], never, [typeof KeysPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgKeysPipeModule>; }