()
| 5 | } |
| 6 | |
| 7 | export const useCompactNumberFormatter = () => |
| 8 | useNumberFormatter({ |
| 9 | notation: 'compact', |
| 10 | compactDisplay: 'short', |
| 11 | maximumFractionDigits: 1, |
| 12 | }) |
| 13 | |
| 14 | export const useBytesFormatter = () => { |
| 15 | const { t } = useI18n() |
no test coverage detected