DefinitelyTyped/types/object-diff/index.d.ts
2017-03-24 14:27:52 -07:00

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;