currency-thousand-separator

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i currency-thousand-separator

Weekly Downloads

4

Version

1.0.0

License

none

Unpacked Size

4.28 kB

Total Files

9

Last publish

Collaborators

  • anayooleru