1.1.2 • Published 3 years ago

number-add-commas v1.1.2

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

number-add-commas

This is a simple npm package to add commas to numbers in either the international number system or the Indian number system.

How to use?

// include the package
import { addCommas } from "number-add-comas";

addCommas(100000, "INT"); //this will return 100,000

addCommas(100000, "IND"); //this will return 1,00,000
1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago