@jstb/num-to-words-indian

1.0.1 • Public • Published

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`

Readme

Keywords

Package Sidebar

Install

npm i @jstb/num-to-words-indian

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.09 kB

Total Files

4

Last publish

Collaborators

  • tirtha