DefinitelyTyped/types/object-joiner/index.d.ts
Tim Kang af7022a5f1 [object-joiner] add @types (#38494)
* Update index.d.ts

* add object-joiner typings
2019-09-23 17:12:08 -07:00

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;