format-num-util
Version:
A utility function to format numbers with currency, unit and millify support.
14 lines (13 loc) • 364 B
JSON
{
"name": "format-num-util",
"version": "1.0.1",
"description": "A utility function to format numbers with currency, unit and millify support.",
"main": "index.js",
"keywords": ["format", "number", "utility", "millify", "currency"],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"millify": "^4.0.0"
}
}