From 1626cec08949a05b7c3a26b9abbcc48624fb952a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 28 Jul 2013 10:09:35 -0700 Subject: [PATCH] Add @type to `_.isArray`, required for modern builds. Former-commit-id: 1e1c9f4f47211a767aad873675063c5e2713c144 --- lodash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lodash.js b/lodash.js index 09374e969..de6e2ff3d 100644 --- a/lodash.js +++ b/lodash.js @@ -1643,6 +1643,7 @@ * * @static * @memberOf _ + * @type Function * @category Objects * @param {Mixed} value The value to check. * @returns {Boolean} Returns `true`, if the `value` is an array, else `false`.