mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
// Type definitions for tea-merge
|
|
// Project: https://github.com/qualiancy/tea-merge
|
|
// Definitions by: No one <null@example.com>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
declare function e(destination: Object, ...sources: Object[]): Object;
|
|
export = e;
|