tda-de-current-format
Version:
```javascript const changeFormat = require('tda-de-current-format') const enStr = '1.000,00' const deStr = '1,000.00'
23 lines (21 loc) • 597 B
JSON
{
"name": "tda-de-current-format",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"nodemon test.js"
},
"keywords": ["Germany","Currency","Format"],
"author": "Thandar Aung",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Mya-Thandar-Aung/de-currency-format.git"
},
"bugs": {
"url": "https://github.com/Mya-Thandar-Aung/de-currency-format/issues"
},
"homepage": "https://github.com/Mya-Thandar-Aung/de-currency-format#readme"
}