1.1.2 • Published 2 years ago

number-add-commas v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago