Files
DefinitelyTyped/types/tea-merge/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
314 B
TypeScript

// Type definitions for tea-merge
// Project: https://github.com/qualiancy/tea-merge
// Definitions by: Mihhail Lapushkin <https://github.com/mihhail-lapushkin/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function e(destination: Object, ...sources: Object[]): Object;
export = e;