@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.

/@types/object-mapper/

    Package Sidebar

    Install

    npm i @types/object-mapper

    Weekly Downloads

    7,577

    Version

    6.2.2

    License

    MIT

    Unpacked Size

    2.88 kB

    Total Files

    5

    Last publish

    Collaborators

    • types