Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfierichou/digit-uppercase
财务结算,数字转大写
https://github.com/alfierichou/digit-uppercase
Last synced: 15 days ago
JSON representation
财务结算,数字转大写
- Host: GitHub
- URL: https://github.com/alfierichou/digit-uppercase
- Owner: AlfieriChou
- License: mit
- Created: 2019-04-23T08:58:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:32:55.000Z (about 1 year ago)
- Last Synced: 2024-12-07T09:23:57.459Z (27 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```