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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    0

Package Sidebar

Install

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

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

4.09 kB

Total Files

4

Last publish

Collaborators

  • tirtha