mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-13 04:12:50 +00:00
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
// Type definitions for object-joiner 1.3
|
|
// Project: https://github.com/sarukuku/object-joiner#readme
|
|
// Definitions by: Tim <https://github.com/me>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function objectJoiner(...args: any[]): any;
|
|
|
|
export = objectJoiner;
|