# Module: sorter

## Table of contents

### Functions

- [default](sorter.md#default)

## Functions

### default

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

Produces a sorting function using predicate logic.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `match` | `Predicate` | Iteratee predicate descriptor |

#### Returns

`Function`

#### Defined in

[src/sorter.js:19](https://github.com/Twipped/js-utils/blob/9c196e3/src/sorter.js#L19)
