Add Vest validation framework (#803)

This commit is contained in:
Evyatar 2022-01-08 18:23:31 +02:00 committed by GitHub
parent 9da45a37bb
commit 4ce8221625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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