@types/utils-merge
TypeScript icon, indicating that this package has built-in type declarations

0.0.31 • Public • Published

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

declare function merge<TA, TB, TResult>(a: TA, b: TB): TResult;

export default merge;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Ilya Mochalov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/utils-merge

Weekly Downloads

55,402

Version

0.0.31

License

MIT

Unpacked Size

2.73 kB

Total Files

5

Last publish

Collaborators

  • types