@ashetm/ng-utility
Version:
``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.
9 lines (8 loc) • 377 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ArrayFrom implements PipeTransform {
transform(length: number): number[];
transform<T>(length: number, fill: T): T[];
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFrom, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ArrayFrom, "arrayFrom", true>;
}