1.1.3 • Published 4 months ago

monkeymapper v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm npm GitHub Workflow Status (with event)

MonkeyMapper

A package to automatically map your api responses based on your data models

How to Use

monkeyMap()

Type : Function

Parameters :

  • entity (required)

    It is the entity that need to be filled, you must create it and add the fields yourself before using monkeyMap.

  • data (required)

    This will be the data to map

Return : It will return your entity with as much filled fields as possible

Example :

1.1.3

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.1.2

4 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago