reword a doc description

This commit is contained in:
ivan katliarchuk 2022-02-22 18:37:04 +00:00
parent 2ae8965f56
commit c3605150a9
No known key found for this signature in database
GPG key ID: 601CDBBBB76E47BE

View file

@ -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]