File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ by [Joi](https://github.com/hapijs/joi), which is an amazing library but is gene
77to package for use in a browser. Yup is a leaner in the same spirit without some of the fancy features.
88You can use it on the server as well, but in that case you might as well just use Joi.
99
10- Yup is also a a good bit less opinionated than joi, allowing for custom transformations and async validation.
10+ Yup is also a good bit less opinionated than joi, allowing for custom transformations and async validation.
1111It also allows "stacking" conditions via ` when ` for properties that depend on more than one other sibling or
1212child property. Yup separates the parsing and validating functions into separate steps so it can be used to parse
1313json separate from validating it, via the ` cast ` method.
You can’t perform that action at this time.
0 commit comments