UNPKG
erwar-currency
Version:
latest (0.0.2)
0.0.2
format currency number to IDR
github.com/erwinwahyura/erwar-currency
erwinwahyura/erwar-currency
erwar-currency
/
index.js
4 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
erwarCurrency
(
number
) {
return
new
Intl
.
NumberFormat
().
format
(
number
) }