currency-format-tool

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i currency-format-tool

Weekly Downloads

6

Version

1.0.1

License

ISC

Unpacked Size

4.71 kB

Total Files

6

Last publish

Collaborators

  • wangcancan