Closed Extarys closed 7 years ago
Does type.string().min(1) similar to "not null"?
If so I could make a PR to add that little file in there.
(Not tested on my side yet)
Nope, you can have numbers and dates and objects and arrays
type.any().allowNull(false) is
type.any().allowNull(false)
Thanks, I didn'T see it in the docs awesome
Does type.string().min(1) similar to "not null"?
If so I could make a PR to add that little file in there.
(Not tested on my side yet)