Merge pull request #687 from moshest/patch-1

Add Funval to validations
This commit is contained in:
Gökay Gürcan 2020-03-21 19:26:43 +01:00 committed by GitHub
commit 3b6533e806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -597,6 +597,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [FormValidation](http://formvalidation.io/) - The best jQuery plugin to validate form fields. Formerly BootstrapValidator.
* [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).
## Keyboard Wrappers