Skip to content

ylizma/Numbertoword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

javascript package that convert digits or number to word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published