di-controls
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "di-controls", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,1 +0,1 @@ | ||
export type DICompareFunction<TValue1 = unknown, TValue2 extends TValue1 = TValue1> = (value1: TValue1 | null, value2: TValue2 | null) => boolean; | ||
export type DICompareFunction<TValue1 = unknown, TValue2 extends TValue1 = TValue1> = (value1: TValue1, value2: TValue2) => boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
274268