Comparing version 0.56.0 to 0.56.1
@@ -1393,4 +1393,4 @@ /** | ||
* @param {object} object input object | ||
* @param {...object} [sources] input object | ||
* @returns {array} returns an array of all values in an object | ||
* @param {...object} [sources] input object/s | ||
* @returns {object} returns an object with all included object properties merged | ||
* | ||
@@ -1397,0 +1397,0 @@ * @example |
@@ -17,6 +17,6 @@ # objects.merge | ||
1. `object` *(object)*: input object | ||
2. `[sources]` *(...object)*: input object | ||
2. `[sources]` *(...object)*: input object/s | ||
#### Returns | ||
*(array)*: returns an array of all values in an object | ||
*(object)*: returns an object with all included object properties merged | ||
@@ -23,0 +23,0 @@ #### Example |
{ | ||
"name": "absurdum", | ||
"version": "0.56.0", | ||
"version": "0.56.1", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,4 +6,4 @@ /** | ||
* @param {object} object input object | ||
* @param {...object} [sources] input object | ||
* @returns {array} returns an array of all values in an object | ||
* @param {...object} [sources] input object/s | ||
* @returns {object} returns an object with all included object properties merged | ||
* | ||
@@ -10,0 +10,0 @@ * @example |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202542