2.0.0 • Published 6 years ago

priceformatter v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

priceFormatter

A small library that converts number to Thousands, Lakhs and Crore.

Installation

npm install priceformatter

Usage

var priceformatter = require('priceformatter');

var formattedNum = priceformatter(35666);

Output will be ₹35.66K

2.0.0

6 years ago

1.0.0

6 years ago