Add period to end of sentence
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
parent
cffdb4aa02
commit
ca30df8046
1 changed files with 2 additions and 2 deletions
|
|
@ -550,11 +550,11 @@ is.all(is.string, '🦄', [], 'unicorns');
|
||||||
|
|
||||||
##### .validLength(value)
|
##### .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)
|
##### .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
|
## Type guards
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue