1.0.0 • Published 2 years ago

@wcxi/money-to-chinese v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

money to chinese

JavaScript function for converting amount to Chinese uppercase.

Installation

npm install moneyToChinese

Usage

import moneyToChinese form 'moneyToChinese';

moneyToChinese(100.15);
//⇒ "壹佰元壹角伍分"

moneyToChinese('100.15');
//⇒ "壹佰元壹角伍分"

License

MIT © Jie Wang