@obliczeniowo/elementary
Version:
Library made in Angular version 19
8 lines (7 loc) • 363 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export 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>;
}