DefinitelyTyped/types/tea-merge/index.d.ts
Alan Plum bd16c73705 [tea-merge] Remove attribution (#25223)
* Remove attribution as per @mihhail-lapushkin's wishes

* Update index.d.ts
2018-04-24 17:09:25 -07:00

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;