1.0.5 • Published 5 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):stringnpm i currency2textconst convert = require('currency2text')
const text = convert(1000000) // expected: `một triệu chẵn'function convert(value: string | number):string