guillaumepotier / validator.js

Powerful objects and strings validation in javascript for Node and the browser
http://validatorjs.org
MIT License
255 stars 39 forks source link

Add Assert for lodash.lang's isTypeX Methods? #41

Open clounie opened 9 years ago

clounie commented 9 years ago

Having the basic InstanceOf and IsString functionality is nice, but having access to a range of asserts like those here would also be nice.

Perhaps an Assert.isType() function, which uses lodash code when available and defaults to InstanceOf otherwise.

Thoughts?