npm install --save @types/utils-merge
This package contains type definitions for utils-merge (https://github.com/jaredhanson/utils-merge).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/utils-merge.
declare function merge<TA, TB, TResult>(a: TA, b: TB): TResult;
export = merge;
- Last updated: Mon, 23 Sep 2024 18:39:57 GMT
- Dependencies: none
These definitions were written by Ilya Mochalov.