1.0.1 • Published 9 years ago
hash-to-month v1.0.1
hash-to-month
Hash a value to a month
npm install hash-to-month
Usage
var toMonth = require('hash-to-month')
console.log(toMonth('example, inc.')) // returns 0
API
var month = toMonth(value)
Hash the given value to a month.
License
MIT