1.0.0 • Published 3 years ago

shortlengthnumber v1.0.0

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

What is this?

this libray is use to convert a number into short scales notation

installation

npm i shortScaleNumber

how it will work?

first you need to install this library after that you need to import calculate function in your project from this library and after that you need to pass the string to calculate function it will return the short scale notation number in the string format.

parameters

there is only one parameter whish is number of string ... const x = require("Calculate_short_scale_number") x.calculate("1234567") => "1,234,567" ...

Author

Prafful Manwani