mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Flip priority of "object" and "collection" in _.isEmpty doc description. [ci skip]
This commit is contained in:
@@ -10134,7 +10134,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if `value` is an empty collection or object. A value is considered
|
* Checks if `value` is an empty object or collection. A value is considered
|
||||||
* empty if it's an `arguments` object, array, string, or jQuery-like collection
|
* empty if it's an `arguments` object, array, string, or jQuery-like collection
|
||||||
* with a length of `0` or has no own enumerable string keyed properties.
|
* with a length of `0` or has no own enumerable string keyed properties.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user