UNPKG

@obliczeniowo/elementary

Version:
8 lines (7 loc) 348 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MapPipe implements PipeTransform { transform(value: any[], map: (value: any, index: number) => any): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<MapPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<MapPipe, "oblMap", true>; }