UNPKG

699 BMarkdownView Raw
1# Installation
2> `npm install --save @types/utils-merge`
3
4# Summary
5This package contains type definitions for utils-merge (https://github.com/jaredhanson/utils-merge).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/utils-merge.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/utils-merge/index.d.ts)
10````ts
11declare function merge<TA, TB, TResult>(a: TA, b: TB): TResult;
12
13export default merge;
14
15````
16
17### Additional Details
18 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
19 * Dependencies: none
20
21# Credits
22These definitions were written by [Ilya Mochalov](https://github.com/chrootsu).
23
\No newline at end of file