reword a doc description
This commit is contained in:
parent
2ae8965f56
commit
c3605150a9
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ Returns `true` if the value is a `string` and the `.length` is more than 0.
|
|||
|
||||
##### .nonEmptyStringAndNotWhitespace(value)
|
||||
|
||||
Returns `true` if `is.string(value)` and if it's a `string` that is not a whitespace.
|
||||
Returns `true` if `is.string(value)` and if it's a `string` that is non-empty and not a whitespace.
|
||||
|
||||
```js
|
||||
const values = ['property1', '', null, 'property2', ' ', undefined]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue