mini-skamja/utils/roubleSign.ts

4 lines
95 B
TypeScript

export default new Intl.NumberFormat('ru-RU', {
style: 'currency',
currency: 'RUB',
});