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

6.2.2 • Public • Published

Installation

npm install --save @types/object-mapper

Summary

This package contains type definitions for object-mapper (https://github.com/wankdanker/node-object-mapper#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-mapper.

index.d.ts

export function merge(srcObject: object, mapObject: object): object;
export function merge<T>(srcObject: object, destinationObject: T, mapObject: object): T;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Ryan Fahsel.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 6.2.2
    4,998
  • 6.2.1
    72
  • 6.2.0
    4,195

Package Sidebar

Install

npm i @types/object-mapper

Weekly Downloads

9,265

Version

6.2.2

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types