This is a simple project written in typescript for converting numbers to plain text.
You can clone and test it and give us your feedback, be aware that your opinion is important improve this tool. Also you may contribute to help the project growing.
npm i textfy
const textFy=require('textfy')
console.log(textFy.getText(2000));
const textfy=require('textfy'); var numb = textfy.getText(5000); console.log(numb)