silfverorg / duns.js

Javascript schema validator
5 stars 2 forks source link

Duns should have a boolean type. #33

Closed silfverstrom closed 9 years ago

br0r commented 9 years ago

Couldn't this extend any perhaps? Not really a lot of validation that can be done on booleans.

silfverstrom commented 9 years ago

Sure, just a couple of lines of code. Still nice to be able to shorthand validate booleans.

Duns.bool().validate(arg);