Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

chinesmoney

youngdachuan8ISC1.0.5

金额转大写

chinesMoney, money, 金额大写

readme

金额转为大写金额

将数字金额/字符串金额转换为大写金额,金额只能保留两位小数

安装

npm install chinesmoney --save

使用

import chinesmoney from 'chinesmoney'

例子

console.log(chinesmoney(2))
// 输出:贰元整
console.log(chinesmoney('2'))
// 输出:贰元整
console.log(chinesmoney(-2))
// 输出:负贰元整