mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Update _.isEmpty doc param type for value. [ci skip]
This commit is contained in:
@@ -9788,7 +9788,7 @@
|
|||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Lang
|
* @category Lang
|
||||||
* @param {Array|Object|string} value The value to inspect.
|
* @param {*} value The value to check.
|
||||||
* @returns {boolean} Returns `true` if `value` is empty, else `false`.
|
* @returns {boolean} Returns `true` if `value` is empty, else `false`.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user