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