number-prettier

1.0.5 • Public • Published

number-prettier

Pretty a number and shortened it to make it look more pretty and simple.

Number Commas 🌠

const { commas } = require('number-prettier')
commas(1000000) // 1,000,000

Number Formatting 📲

const { format } = require('number-prettier')
format(1000, 2) // 1k

Available Values

{
"k": "thousands",
"M": "millions",
"B": "billions",
"T": "trillions",
"Q": "quadrillions",
"QT": "quintillions"
}

Note

You can add more values by accessing the index.js file from the package file , and added the values on your own!
Below are the list of the scientifc notations for the values! Thank you 😄

https://clickerheroes.fandom.com/wiki/Units

Readme

Keywords

Package Sidebar

Install

npm i number-prettier

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

2.39 kB

Total Files

4

Last publish

Collaborators

  • unusualabsurd