Licence
ISC
Version
1.0.0
Deps
0
Size
105 kB
Vulns
0
Weekly
0
thousandNum
Turn digits into thousands
download
npm install --save thousandNumber
how to use
import thousandNumber from 'thousandNumber';
thousandNumber(123456) // 123,456.00
thousandNumber(1234567.578) // 1,234,567.58
You can view index.test.js to see more detail.