1.0.0 • Published 4 years ago

currency-thousand-separator v1.0.0

Weekly downloads
8
License
-
Repository
github
Last release
4 years ago

Coverage Status

currency-thousand-separator

An NPM package for formatting large numbers, including money.

Getting Started

npm install --save currency-thousand-separator

Methods

- thousandsSeparators(num)
import {thousandsSeparators} from 'currency-thousand-separator'

thousandsSeparators(2400);


return 2, 400
import {thousandsSeparators} from 'currency-thousand-separator'

thousandsSeparators(83789);


return 83,789