// Type definitions for utils-merge // Project: https://github.com/jaredhanson/utils-merge // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function merge(a: TA, b: TB): TResult; export default merge;