plny
v1.0.8
Published
Price formatter for PLN currency (Polish Złoty)
Downloads
4
Maintainers
Readme
Tiny price formatter for Polish Zloty (PLN) 🇵🇱
Installation
npm i plny
Usage
const { format } = require('plny');
format(29999.99);
// '29 999,95 zł'
Options
All formatting options from number-currency-format
are allowed.
Example:
format(29999.99, {
currency: 'PLN',
showDecimals: 'NEVER'
}
// '30 000 PLN'