convertnumber2word

this package help you to convert a number or digitz to word

Usage no npm install needed!

<script type="module">
  import convertnumber2word from 'https://cdn.skypack.dev/convertnumber2word';
</script>

README

Convertnumber2word is a package that helps you to convert digits to words .

Installation

use npm to install it

npm install convertnumber2word --save

Usage

const t=require('convertnumber2word')
var v=t.NumToWord(1253)
console.log(v)

Example

1253 ---> One Thousand Two Hundred and Fifty Three