currency-thousand-separator
v1.0.0
Published
An NPM package for formatting numbers
Readme
currency-thousand-separator
An NPM package for formatting large numbers, including money.
Getting Started
npm install --save currency-thousand-separatorMethods
- thousandsSeparators(num)import {thousandsSeparators} from 'currency-thousand-separator'
thousandsSeparators(2400);
return 2, 400import {thousandsSeparators} from 'currency-thousand-separator'
thousandsSeparators(83789);
return 83,789