1.1.0 • Published 5 years ago

words-to-number v1.1.0

Weekly downloads
4
License
ISC
Repository
-
Last release
5 years ago

words to number converter

let wordsToNumber = require('words-to-number')

async function converter(){
	let response = await wordsToNumber("ninety nine billion ninety-nine lacs five thousand fourtynine")
	console.log(response)
}
converter()

//output 
{ status: 'success', response: '99,00,99,05,049' }

Contribution

Rohan Solse
All suggestions and recommendations are more than welcome.
You can get in contact with me @ rohansolse@gmail.com.