@ashetm/ng-utility
Version:
``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.
8 lines (7 loc) • 358 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ObjectKeys implements PipeTransform {
transform(value: Record<string | number, any>): Array<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectKeys, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ObjectKeys, "objectKeys", true>;
}