2025-09-12 13:20:20 +03:00

5 lines
107 B
TypeScript

export const formatMoney = Intl.NumberFormat('ru-RU', {
currency: 'RUB',
style: 'currency',
}).format;