1.0.1 • Published 6 years ago

bank-comma v1.0.1

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

bank-comma

Installation

This is Node.js module is convert to value with commas thousands. (e.g. 1000 -> 1,000)

Installation is done using the npm install

$ npm install bank-comma --save

How to use

const bankComma = require('bank-comma')

const number = bankComma(1000)
// log number is 1,000
1.0.1

6 years ago

1.0.0

6 years ago