Improve description for validLength
This commit is contained in:
parent
7b43a3dbea
commit
66943d06b3
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue