numbers-to-words
v1.1.3
Published
```bash let numbersToWords = require('numbers-to-words')
Downloads
195
Maintainers
Readme
number to words converter
let numbersToWords = require('numbers-to-words')
// You can pass number / string / "01,20,30,001"
async function converter(){
let response = await numbersToWords("3,98,70,45,673")
console.log(response)
}
converter()
//output
{ status: 'success',
response:
'Three Hundred Ninety Eight Crores Seventy Lacs Fourty Five Thousands Six Hundred Seventy Three' }
Contribution
Rohan Solse
All suggestions and recommendations are more than welcome.
You can get in contact with me @ [email protected].