@augment-vir/common
Advanced tools
Comparing version 21.3.0 to 21.3.1
@@ -0,1 +1,2 @@ | ||
import { PartialDeep } from 'type-fest'; | ||
/** | ||
@@ -6,2 +7,4 @@ * Accepts multiple objects and merges their key-value pairs recursively. | ||
*/ | ||
export declare function mergeDeep<T extends object>(...inputs: (T | Partial<T>)[]): T; | ||
export declare function mergeDeep<T extends object>(...inputs: (T | PartialDeep<T, { | ||
recurseIntoArrays: true; | ||
}>)[]): T; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "21.3.0", | ||
"version": "21.3.1", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -5,0 +5,0 @@ "bugs": { |
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
171190
4147