inr-in-words
Version:
Convert Indian Rupee (INR) to words
19 lines (14 loc) • 342 B
Markdown
# inr-in-words
Convert Indian Rupee (INR) to words
## Install
```sh
npm i --save inr-in-words
```
## Use
```javascript
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