1.0.5 • Published 4 years ago
currency2text v1.0.5
- Install
npm i currency2text
- How to use
const convert = require('currency2text')
const text = convert(1000000) // expected: `một triệu chẵn'
- API
function convert(value: string | number):string
npm i currency2text
const convert = require('currency2text')
const text = convert(1000000) // expected: `một triệu chẵn'
function convert(value: string | number):string