5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
export const formatMoney = Intl.NumberFormat('ru-RU', {
|
|
currency: 'RUB',
|
|
style: 'currency',
|
|
}).format;
|