1.0.1 • Published 7 years ago
currency-format-tool v1.0.1
currency-format-tool
=========
A small library that format currency 货币格式化
Installation
npm install currency-format-tool
Usage
var currencyFormatter = require('currency-format-tool');
var formattedCurrency = currencyFormatter(12345);
Output should be $12,345
Tests
npm test