@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
10 lines (9 loc) • 416 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHelperFileSizePipe implements PipeTransform {
transform(value?: number | null, options?: {
english?: boolean;
}): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperFileSizePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperFileSizePipe, "ngxHelperFileSize", true>;
}