// Type definitions for object-joiner 1.3 // Project: https://github.com/sarukuku/object-joiner#readme // Definitions by: Tim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function objectJoiner(...args: any[]): any; export = objectJoiner;