Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 327 Bytes

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