ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 595 B
TypeScript
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>;
}