# Installation
> `npm install --save @types/utils-merge`

# Summary
This package contains type definitions for utils-merge (https://github.com/jaredhanson/utils-merge).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/utils-merge.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/utils-merge/index.d.ts)
````ts
declare function merge<TA, TB, TResult>(a: TA, b: TB): TResult;

export = merge;

````

### Additional Details
 * Last updated: Mon, 23 Sep 2024 18:39:57 GMT
 * Dependencies: none

# Credits
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu).
