@jstb/num-to-words-indian
v1.0.1
Published
Number to Words converter in Indian Number System
Downloads
4
Readme
num-to-words
Library to convert whole numbers to english words in Indian System
Works upto lakhs
How to use
Install
npm install @jstb/num-to-words-indian
Use in code
import numberToWords from "@jstb/num-to-words-indian";
const amount = 10101;
const amountInWords = numberToWords(amount);
//Should return `ten thousand one hundred and one`