utiller 1.0.328 → 1.0.330
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
|
@@ -3684,8 +3684,8 @@ var Utiller = /*#__PURE__*/function () {
|
|
|
3684
3684
|
* 例如 array.map(each => {return {key,value}})
|
|
3685
3685
|
**/
|
|
3686
3686
|
}, {
|
|
3687
|
-
key: "
|
|
3688
|
-
value: function
|
|
3687
|
+
key: "getObjectOfSpecifyKey",
|
|
3688
|
+
value: function getObjectOfSpecifyKey(value, key) {
|
|
3689
3689
|
var object = {};
|
|
3690
3690
|
object[key] = value;
|
|
3691
3691
|
return object;
|
package/package.json
CHANGED