From bce11c5c7bbf074626646c7433802b250465f9d7 Mon Sep 17 00:00:00 2001 From: Moshe Simantov Date: Sat, 21 Mar 2020 13:36:34 +0200 Subject: [PATCH] Add Funval to validations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcc615d..aff0516 100644 --- a/README.md +++ b/README.md @@ -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