UNPKG

numbers-words

Version:

numbers-words is a useful package when you are working with numbers. It can converts numbers to words, format numbers and more in the upcoming versions!

4 lines (3 loc) 101 B
const maxNumber = 9007199254740991; const maxRoman = 3999; module.exports = { maxNumber, maxRoman };