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