to-fixed-for-real
Version:
Fix two decimal cases in currency value without worrying about wrong math rounds.
22 lines (21 loc) • 425 B
JSON
{
"name": "to-fixed-for-real",
"version": "1.0.3",
"description": "Fix two decimal cases in currency value without worrying about wrong math rounds.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "jest index.spec.js"
},
"keywords": [
"tofixed",
"fixed",
"math",
"currency"
],
"author": "nethanos",
"license": "MIT",
"devDependencies": {
"jest": "^27.4.7"
}
}