# Module: pReduce

## Table of contents

### Promises Functions

- [default](pReduce.md#default)

## Promises Functions

### default

▸ **default**(`collection`, `predicate`, `initial`): `Promise`<`any`\>

It's reduce, but for promises.

#### Parameters

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

#### Returns

`Promise`<`any`\>

#### Defined in

[src/pReduce.js:16](https://github.com/Twipped/js-utils/blob/9c196e3/src/pReduce.js#L16)
