Update _.isEmpty doc param type for value. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-22 10:24:20 -08:00
parent 772c461a33
commit 26299eb364

View File

@@ -9788,7 +9788,7 @@
* @static
* @memberOf _
* @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`.
* @example
*