marlun78 / number-to-words

Converts a number to words
MIT License
225 stars 76 forks source link

Include and possibility #20

Open ogomez92 opened 5 years ago

ogomez92 commented 5 years ago

HEllo, Can you please enable to the possibility to remove or include the 'and '?

I could do it myself for my project I guess, but I figured other people could benefit from it if the original author publishes it on npm. It should be as simple as adding a bool to the toWords(number,includeAnd) function.