// Type definitions for tea-merge // Project: https://github.com/qualiancy/tea-merge // Definitions by: Mihhail Lapushkin // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "tea-merge" { function e(destination: Object, ...sources: Object[]): Object; export = e; }