@types/object-diff
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ // Type definitions for object-diff v0.0 | ||
declare function diff(a: any, b: any): any; | ||
declare function diff(a: any, ...args: any[]): any; | ||
export = diff; |
{ | ||
"name": "@types/object-diff", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript definitions for object-diff", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-diff", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e366d5a8845b188fd0bf0e249c645a73a0211c758d3a16cbf3c44007c756c537", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "c9b990e492b719baae27ccf4e86189f4e9f271a749eea9d4c6247bffc69cdeda", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -16,3 +16,3 @@ # Installation | ||
declare function diff(a: any, b: any): any; | ||
declare function diff(a: any, ...args: any[]): any; | ||
export = diff; | ||
@@ -23,3 +23,3 @@ | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:38 GMT | ||
* Last updated: Wed, 06 Oct 2021 20:31:28 GMT | ||
* Dependencies: none | ||
@@ -26,0 +26,0 @@ * Global values: none |
3200