Open dhollenbeck opened 6 years ago
If you accidentally pass undefined into .is() the validation hangs.
.is()
validate('foobar').is(undefined)
Thanks much for this lib. Best, Dan
If you accidentally pass undefined into
.is()
the validation hangs.validate('foobar').is(undefined)
Thanks much for this lib. Best, Dan