UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

8 lines (7 loc) 358 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ObjectValues implements PipeTransform { transform(value: Record<string | number, any>): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<ObjectValues, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ObjectValues, "objectValues", true>; }