UNPKG

@anglr/grid

Version:
15 lines 570 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * Transforms NaN value into inifinity symbol */ export declare class InfinityNaNPipe implements PipeTransform { /** * Transforms NaN value into inifinity symbol * @param value - Numeric value to be checked and transformed */ transform(value: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<InfinityNaNPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<InfinityNaNPipe, "infinityNaN", true>; } //# sourceMappingURL=infinityNaN.pipe.d.ts.map