Add Vest validation framework (#803)
This commit is contained in:
parent
9da45a37bb
commit
4ce8221625
|
|
@ -662,6 +662,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||
* [is.js](https://github.com/arasatasaygin/is.js) - Check types, regexps, presence, time and more.
|
||||
* [FieldVal](https://github.com/FieldVal/fieldval-js) - multipurpose validation library. Supports both sync and async validation.
|
||||
* [Funval](https://github.com/neuledge/funval) - Data validation using functions interfaces (support TypeScript).
|
||||
* [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing.
|
||||
|
||||
|
||||
## Keyboard Wrappers
|
||||
|
|
|
|||
Loading…
Reference in New Issue