readme updated

This commit is contained in:
ivan katliarchuk 2022-02-22 09:16:34 +00:00
parent 7f3eee7a8a
commit ab471ab1c8
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.emptyString(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 not a whitespace.
```js
const values = ['property1', '', null, 'property2', ' ', undefined, , ,]