react-native-indian-number-to-words
v1.0.4
Published
Convert numbers to Indian number words
Maintainers
Readme
react-native-indian-number-to-words
Installation
``` npm install react-native-indian-number-to-words ```
Usage
```
import { numberToWordsIndian } from 'react-native-indian-number-to-words';
console.log(numberToWordsIndian(1234567));
// Output: "Twelve Lakh Thirty Four Thousand Five Hundred Sixty Seven"

```
