2dec
Version:
Number to string with any number of decimal points
21 lines • 545 B
JSON
{
"name": "2dec",
"version": "1.0.7",
"description": "Number to string with any number of decimal points",
"main": "./index.js",
"type": "module",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/robertsspaceindustries/2dec.git"
},
"keywords": [
"numbers"
],
"author": "Astrid <git@astrid.email>",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertsspaceindustries/2dec/issues"
},
"homepage": "https://github.com/robertsspaceindustries/2dec#readme"
}