1.0.4 • Published 3 years ago

formatter-currency v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Welcome to Formatter-Currency

Ready for formatter-currency only format currency to Rp (Indonesia) 1000 => Rp 1.000

Install

npm install formatter-currency --save

Basic Usage

By specifying the currency code

const  formatcurrency = require('formatcurrency');

console.log(formatcurrency(10000));
// => 'Rp 10.000'
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago