mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
// Type definitions for object-diff v0.0
|
|
// Project: https://github.com/srcagency/object-diff
|
|
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
declare function diff(a: any, b: any): any;
|
|
export = diff;
|