summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/isArrayLikeObject.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/isArrayLikeObject.js')
-rw-r--r--tools/eslint/node_modules/lodash/isArrayLikeObject.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/eslint/node_modules/lodash/isArrayLikeObject.js b/tools/eslint/node_modules/lodash/isArrayLikeObject.js
index 22b3577376..6c4812a8d8 100644
--- a/tools/eslint/node_modules/lodash/isArrayLikeObject.js
+++ b/tools/eslint/node_modules/lodash/isArrayLikeObject.js
@@ -7,10 +7,11 @@ var isArrayLike = require('./isArrayLike'),
*
* @static
* @memberOf _
- * @type Function
+ * @since 4.0.0
* @category Lang
* @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an array-like object, else `false`.
+ * @returns {boolean} Returns `true` if `value` is an array-like object,
+ * else `false`.
* @example
*
* _.isArrayLikeObject([1, 2, 3]);