Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfierichou/digit-uppercase

财务结算,数字转大写
https://github.com/alfierichou/digit-uppercase

Last synced: 15 days ago
JSON representation

财务结算,数字转大写

Awesome Lists containing this project

README

        

# digit-uppercase

* 用于财务结算金额数字转大写数字

## install

```bash
npm install digit-uppercase --save
```

## get started

```javascript
const digitUppercase = require('digit-uppercase')
digitUppercase(100.01)
digitUppercase(100)
```