File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
* elements of empty arrays.
10
10
*
11
11
* @since 5.0.0
12
- * @category array
12
+ * @category Array
13
13
* @param {Array } array The array to iterate over.
14
14
* @param {Function } predicate The function invoked per iteration.
15
15
* @returns {boolean } Returns `true` if all elements pass the predicate check,
Original file line number Diff line number Diff line change 9
9
* elements of empty objects.
10
10
*
11
11
* @since 5.0.0
12
- * @category object
12
+ * @category Object
13
13
* @param {Object } object The object to iterate over.
14
14
* @param {Function } predicate The function invoked per iteration.
15
15
* @returns {boolean } Returns `true` if all properties pass the predicate check,
Original file line number Diff line number Diff line change 4
4
* invoked with three arguments: (value, index, array).
5
5
*
6
6
* @since 5.0.0
7
- * @category array
8
- * @param {Array|Object } array The array to iterate over.
7
+ * @category Array
8
+ * @param {Array } array The array to iterate over.
9
9
* @param {Function } predicate The function invoked per iteration.
10
10
* @returns {boolean } Returns `true` if any element passes the predicate check,
11
11
* else `false`.
You can’t perform that action at this time.
0 commit comments