# Module: pAll

## Table of contents

### Promises Functions

- [default](pAll.md#default)

## Promises Functions

### default

▸ **default**(`...promises`): `Promise`<`any`\>

Shortcut for Promise.all which flattens the arguments given.

#### Parameters

| Name | Type |
| :------ | :------ |
| `...promises` | `Promise`<`any`\>[] |

#### Returns

`Promise`<`any`\>

#### Defined in

[src/pAll.js:9](https://github.com/Twipped/js-utils/blob/9c196e3/src/pAll.js#L9)
