# Module: mapValues

## Table of contents

### Functions

- [default](mapValues.md#default)

## Functions

### default

▸ **default**(`collection`, `predicate`): `any`

Iterates over an object's properties, transforming the values with a predicate

#### Parameters

| Name | Type |
| :------ | :------ |
| `collection` | `any` |
| `predicate` | `Predicate` |

#### Returns

`any`

#### Defined in

[src/mapValues.js:18](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapValues.js#L18)
