@nowqs/money2word
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

money2word

Resume

is javascript plug

Install

# npm
npm i @nowqs/money2word

# yarn
yarn add @nowqs/money2word

Example

import money2word from "@nowqs/money2word"

// to english,result: Eighty-Eight And Point Eighty-Eight
money2word(88.88)

// to chinese,result: 捌拾捌元捌角捌分
money2word(88.88,"zh-cn")

Package Sidebar

Install

npm i @nowqs/money2word

Weekly Downloads

3

Version

1.0.0

License

Apache-2.0

Unpacked Size

34.9 kB

Total Files

14

Last publish

Collaborators

  • nowqs