@fastkit/helpers
Advanced tools
Comparing version 0.7.22 to 0.7.23
@@ -94,2 +94,6 @@ /// <reference types="node" /> | ||
export declare type DeepPartial<T> = T extends object ? { | ||
[P in keyof T]?: DeepPartial<T[P]>; | ||
} : T; | ||
/** | ||
@@ -96,0 +100,0 @@ * The parameter comparisons execution condition object always takes the form of an object. If the passed condition is a primitive value, this key will be adopted as default. |
{ | ||
"name": "@fastkit/helpers", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"description": "@fastkit/helpers", | ||
@@ -5,0 +5,0 @@ "buildOptions": { |
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
79904
2276