Cleaned up code for is.empty() function
This commit is contained in:
parent
af2ad0c819
commit
788891cd81
3 changed files with 12 additions and 8 deletions
|
|
@ -152,7 +152,7 @@ Check if `value` is `Infinity` or `-Infinity`.
|
|||
|
||||
##### .empty(value)
|
||||
|
||||
Returns `true` if `value` is an empty string, array, object, map, or set.
|
||||
Returns `true` if `value` is falsy or an empty string, array, object, map, or set.
|
||||
|
||||
|
||||
## FAQ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue