# Module: mapper

## Table of contents

### Data Functions

- [default](mapper.md#default)

## Data Functions

### default

▸ **default**(`map`): `Function`

Produces a function to remap an object structure.
TODO: Explain how to use this.

#### Parameters

| Name | Type |
| :------ | :------ |
| `map` | `any`[][] |

#### Returns

`Function`

#### Defined in

[src/mapper.js:14](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapper.js#L14)
