ng-devui
Version:
DevUI components based on Angular
9 lines (8 loc) • 375 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TransferToArrayPipe implements PipeTransform {
constructor();
transform(number: any): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<TransferToArrayPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<TransferToArrayPipe, "transferToArrayPipe", false>;
}