UNPKG

dynamic-display-shared

Version:

A library for dynamic view

8 lines (7 loc) 329 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToArrayPipe implements PipeTransform { transform(value: any): object[]; static ɵfac: i0.ɵɵFactoryDeclaration<ToArrayPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ToArrayPipe, "toArray", false>; }