@fastkit/helpers
Advanced tools
Comparing version 0.8.13 to 0.8.15
@@ -37,2 +37,4 @@ /// <reference types="node" /> | ||
declare type Builtin = Function | Date | Error | RegExp; | ||
export declare const clone: <T = any>(obj: T) => T; | ||
@@ -133,2 +135,6 @@ | ||
export declare type DeepReadonly<T> = T extends Builtin ? T : { | ||
readonly [key in keyof T]: DeepReadonly<T[key]>; | ||
}; | ||
/** | ||
@@ -135,0 +141,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.8.13", | ||
"version": "0.8.15", | ||
"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
121905
3479