- convert number to currency text for invoices
- Supported languages:
vi
- install
- how to use
- api references
- Install
npm i currency2text
- How to use
const convert = require('currency2text')
const text = convert(1000000) // expected: `một triệu chẵn'
- API references
function convert(value: string | number):string