Convertnumber2word is a package that helps you to convert digits to words .
use npm to install it
npm install convertnumber2word --save
const t=require('convertnumber2word')
var v=t.NumToWord(1253)
console.log(v)
1253 ---> One Thousand Two Hundred and Fifty Three