// Type definitions for object-diff v0.0 // Project: https://github.com/srcagency/object-diff // Definitions by: Rogier Schouten // Definitions: https://github.com/borisyankov/DefinitelyTyped declare function diff(a: any, b: any): any; export = diff;