From a77c77f8b6f19fed19b479b4e8f6bba3e636eafa Mon Sep 17 00:00:00 2001 From: GHEMID Mohamed Date: Fri, 10 Dec 2021 15:48:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Link=20to=20validators=20in=20th?= =?UTF-8?q?e=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b04dcdc..0a9de0a 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,5 @@ model => model.age < 18 ? model.authorisedByParents ? null : 'not' : null; ``` + + 🌱 You can find the rest of validators like `testDateAfter`, `testGreaterThan`, `testLength`, `testEmailFormat` etc. in the code [here](https://github.com/Kilix/functional-validation/tree/master/src/fieldValidators.js).