1.0.2 • Published 4 years ago

inr-in-words v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

inr-in-words

Convert Indian Rupee (INR) to words

Install

npm i --save inr-in-words

Use

const inWords = require('inr-in-words');

console.log(inWords.convert(326493730.34));

// OUTPUT: thrity two crore sixty four lakh ninety three thousand seven hundred thrity rupee and thrity four paisa

License

MIT