0.1.0 • Published 3 years ago

js-num-prettier v0.1.0

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

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