@obliczeniowo/elementary
Version:
Library made in Angular version 19
8 lines (7 loc) • 326 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TakePipe implements PipeTransform {
transform(value: any[], limit: number): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<TakePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<TakePipe, "oblTake", true>;
}