1.0.1 • Published 9 months ago

@jstb/num-to-words-indian v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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`
1.0.1

9 months ago

1.0.0

10 months ago