1.0.5 • Published 2 years ago

chinesmoney v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

金额转为大写金额

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

安装

npm install chinesmoney --save

使用

import chinesmoney from 'chinesmoney'

例子

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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago