1.0.4 • Published 11 months ago

formatter-currency v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago