From 58c22b72b21ea78d4214641078e6e37a92292767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Mon, 13 Jan 2025 21:50:56 +0100 Subject: [PATCH] Added robust-validator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eee03fe..40f0ba05 100644 --- a/README.md +++ b/README.md @@ -693,6 +693,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [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. +* [robust-validator](https://github.com/axe-api/validator) - Rule-based data validation. Extendable, function-oriented, i18n-supported. + ## Keyboard Wrappers