Skip to content

yatharthx/word2num

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word2num

Build Status XO code style

A micro number word to number conversion utility

Installation

npm install --save word2num

Usage

const word2num = require('word2num')

word2num('three hundred') // 300

License

MIT © Yatharth Khatri