davie-convert
v2.0.2
Published
Takes a long number and translates to a beautifully short number.
Downloads
26
Maintainers
Readme
Davie Convert
it's a simple package takes a long number and translates to a beautifully short number.
Installation
$ npm install davie-convert
Usage/Examples
const { convert } = require("davie-convert");
console.log(convert(1000)) // output 1k
console.log(convert(1500)) // output 1.5k
console.log(convert(10000)) // output 10k
console.log(convert(10500)) // output 10.5k
console.log(convert(1000000)) // output 1M