From 4ce82216253ca9ee3011497fc64379489c449787 Mon Sep 17 00:00:00 2001 From: Evyatar Date: Sat, 8 Jan 2022 18:23:31 +0200 Subject: [PATCH] Add Vest validation framework (#803) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee6704e..e9dc15b 100644 --- a/README.md +++ b/README.md @@ -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