Add period to end of sentence

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Bjorn Stromberg 2023-08-03 07:58:46 +09:00 committed by GitHub
parent cffdb4aa02
commit ca30df8046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -550,11 +550,11 @@ is.all(is.string, '🦄', [], 'unicorns');
##### .validLength(value)
Returns `true` if the value is a safe integer that is greater than or equal to zero
Returns `true` if the value is a safe integer that is greater than or equal to zero.
##### .whitespaceString(value)
Returns `true` if the value is a string with only whitespace characters
Returns `true` if the value is a string with only whitespace characters.
## Type guards