We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b60ab commit 3cf3f49Copy full SHA for 3cf3f49
1 file changed
lib/util/ArrayHelpers.js
@@ -6,10 +6,10 @@
6
"use strict";
7
8
/**
9
- * Compare two arrays by performing strict equality check for each value.
+ * Compare two arrays or strings by performing strict equality check for each value.
10
* @template T [T=any]
11
- * @param {Array<T>} a Array of values to be compared
12
- * @param {Array<T>} b Array of values to be compared
+ * @param {ArrayLike<T>} a Array of values to be compared
+ * @param {ArrayLike<T>} b Array of values to be compared
13
* @returns {boolean} returns true if all the elements of passed arrays are strictly equal.
14
*/
15
0 commit comments