@dhmk/utils
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -22,3 +22,3 @@ import { StrKeyOf, DeepReadonly, DeepPartial } from "./types"; | ||
declare type Merge = { | ||
<T>(a: T, b: Partial<T> | ((a: T) => Partial<T>)): T; | ||
<T, P extends T = T>(a: T, b: Partial<P> | ((a: T) => Partial<P>)): T; | ||
<T, P extends T = T>(b: Partial<P> | ((a: T) => Partial<P>)): (a: T) => T; | ||
@@ -28,3 +28,3 @@ }; | ||
declare type MergeDeep = { | ||
<T>(a: T, b: DeepPartial<T> | ((a: T) => DeepPartial<T>)): T; | ||
<T, P extends T = T>(a: T, b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): T; | ||
<T, P extends T = T>(b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): (a: T) => T; | ||
@@ -31,0 +31,0 @@ }; |
@@ -22,3 +22,3 @@ import { StrKeyOf, DeepReadonly, DeepPartial } from "./types"; | ||
declare type Merge = { | ||
<T>(a: T, b: Partial<T> | ((a: T) => Partial<T>)): T; | ||
<T, P extends T = T>(a: T, b: Partial<P> | ((a: T) => Partial<P>)): T; | ||
<T, P extends T = T>(b: Partial<P> | ((a: T) => Partial<P>)): (a: T) => T; | ||
@@ -28,3 +28,3 @@ }; | ||
declare type MergeDeep = { | ||
<T>(a: T, b: DeepPartial<T> | ((a: T) => DeepPartial<T>)): T; | ||
<T, P extends T = T>(a: T, b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): T; | ||
<T, P extends T = T>(b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): (a: T) => T; | ||
@@ -31,0 +31,0 @@ }; |
{ | ||
"name": "@dhmk/utils", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "A collection of frequently used functions and primitives", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
125785