1.1.3 • Published 1 year ago

monkeymapper v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago