Function: numericFormatter()
numericFormatter(
value):string
Defined in: utils.ts:6
Formats a number to a more human-readable format, using compact notation
Parameters
value
number
The number to format
Returns
string
The formatted number
numericFormatter(
value):string
Defined in: utils.ts:6
Formats a number to a more human-readable format, using compact notation
number
The number to format
string
The formatted number