readme updated
This commit is contained in:
parent
7f3eee7a8a
commit
ab471ab1c8
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.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, , ,]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue