mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Add @type to _.isArray, required for modern builds.
Former-commit-id: 1e1c9f4f47211a767aad873675063c5e2713c144
This commit is contained in:
@@ -1643,6 +1643,7 @@
|
|||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
* @type Function
|
||||||
* @category Objects
|
* @category Objects
|
||||||
* @param {Mixed} value The value to check.
|
* @param {Mixed} value The value to check.
|
||||||
* @returns {Boolean} Returns `true`, if the `value` is an array, else `false`.
|
* @returns {Boolean} Returns `true`, if the `value` is an array, else `false`.
|
||||||
|
|||||||
Reference in New Issue
Block a user