js-num-prettier
v0.1.0
Published
A simple JS library for a personal project to convert a number to Thousands (K), Millions (M) and Billions (B)
Downloads
2
Readme
A simple JS library for a personal project to convert a number to Thousands (K), Millions (M) and Billions (B)
Usage
import numPrettier from "js-num-prettier"
const num = 356990;
console.log(numPrettier(num));
// prints 357.0K