UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

9 lines (8 loc) 292 B
/** * Return fractional part of number * * @param value the number * @param precision number of digits of decimal part, null to keep untouched * @return the fractional part of number */ export declare function tuiGetFractionPartPadded(value: number, precision?: number | null): string;