leepowelldev / mongoose-validator

Validators for mongoose models utilising validator.js
MIT License
379 stars 43 forks source link

Is number in range? #23

Closed e00dan closed 9 years ago

e00dan commented 9 years ago

Will you please implement this method?

leepowelldev commented 9 years ago

Mongoose-Validator supports the methods found in validator.js - it also supports custom validators, so you're free to add this method yourself in your projects.