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