From 66943d06b366a4ab15a518a1744680f6ada857ad Mon Sep 17 00:00:00 2001 From: = Date: Thu, 3 Aug 2023 08:55:29 +0900 Subject: [PATCH] Improve description for validLength --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 27e07aa..115709d 100644 --- a/readme.md +++ b/readme.md @@ -560,6 +560,8 @@ is.all(is.string, '🦄', [], 'unicorns'); Returns `true` if the value is a safe integer that is greater than or equal to zero. +This can be useful to confirm that a value is a valid count of something, ie. 0 or more. + ##### .whitespaceString(value) Returns `true` if the value is a string with only whitespace characters.