utiller 1.0.284 → 1.0.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/utiller/index.js
CHANGED
|
@@ -1101,8 +1101,8 @@ var Utiller = /*#__PURE__*/function () {
|
|
|
1101
1101
|
*
|
|
1102
1102
|
*/
|
|
1103
1103
|
}, {
|
|
1104
|
-
key: "
|
|
1105
|
-
value: function
|
|
1104
|
+
key: "getMergedArrayBy",
|
|
1105
|
+
value: function getMergedArrayBy() {
|
|
1106
1106
|
var major = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
1107
1107
|
var sub = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
1108
1108
|
var key = arguments.length > 2 ? arguments[2] : undefined;
|
package/package.json
CHANGED