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

1.0.0 • 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.

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.

/@types/utils-merge/

    Package Sidebar

    Install

    npm i @types/utils-merge

    Weekly Downloads

    27,688

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.72 kB

    Total Files

    5

    Last publish

    Collaborators

    • types