1.1.2 • Published 4 years ago

convertnumber2word v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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