decimal.js
An arbitrary-precision Decimal type for JavaScript.
big.js
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
number-to-words-indian-currency
```sh
npm install number-to-words-indian-currency
import numberToWord from "number-to-words-indian-currency"
numberToWord(6855)
data:-SIX THOUSAND EIGHT HUNDRED AND FIFTY-FIVE RUPEE ONLY
```
# support Upto 99,99,99,999
bignumber.js
A library for arbitrary-precision decimal and non-decimal arithmetic