1.0.5 • Published 1 year ago

chinesmoney v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

金额转为大写金额

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

安装

npm install chinesmoney --save

使用

import chinesmoney from 'chinesmoney'

例子

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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago