@sqlrooms/utils / formatCountShort
Variable: formatCountShort
constformatCountShort: (n) =>string
Formats a number as a string with thousands separators and SI prefix. Example: 1234567 -> "1M"
Parameters
| Parameter | Type |
|---|---|
n | number | { } |
Returns
string
