mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Clarify _.isEmpty doc. [ci skip]
This commit is contained in:
@@ -7730,9 +7730,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if a collection is empty. A value is considered empty unless it is
|
* Checks if a value is empty. A value is considered empty unless it is an
|
||||||
* an array-like value with a length greater than `0` or an object with own
|
* `arguments` object, array, string, or jQuery-like collection with a length
|
||||||
* enumerable properties.
|
* greater than `0` or an object with own enumerable properties.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user