UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

8 lines (7 loc) 228 B
/** * Convert number to string with replacing exponent part on decimals * * @param value the number * @return string representation of a number */ export declare function tuiNumberToStringWithoutExp(value: number): string;