Abreviate Number Counters in K, B, M, T for a Thousand, Million, Billion and Trillion short-hand
npm install prunedBasically, prune a.k.a abbreviate number counters for example 1,250,000 to 1.3M
``bash`
npm i pruned$3
`js`
import pruned from 'pruned';
`js`
const pruned = require('pruned');
`js`
let newRating = pruned.Number(value);
`js``
let value = 5300;
let likes = pruned.Number(value); // Output : 5.3K