plny

1.0.8 • Public • Published

npm version Build Status

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'

Package Sidebar

Install

npm i plny

Weekly Downloads

8

Version

1.0.8

License

MIT

Unpacked Size

1.63 kB

Total Files

5

Last publish

Collaborators

  • zdanowiczkonrad