# Module: match

## Table of contents

### Type Aliases

- [predicateOf](match.md#predicateof)

### Functional Functions

- [default](match.md#default)

## Type Aliases

### predicateOf

Ƭ **predicateOf**<\>: <\>(`tok`: `any`) => `boolean`

#### Type declaration

▸ <\>(`tok`): `boolean`

##### Parameters

| Name | Type |
| :------ | :------ |
| `tok` | `any` |

##### Returns

`boolean`

#### Defined in

[src/match.js:8](https://github.com/Twipped/js-utils/blob/9c196e3/src/match.js#L8)

## Functional Functions

### default

▸ `Private` **default**(`criteria`): [`predicateOf`](match.md#predicateof)

Produces the predicateOf function

#### Parameters

| Name | Type |
| :------ | :------ |
| `criteria` | `any` |

#### Returns

[`predicateOf`](match.md#predicateof)

#### Defined in

[src/match.js:21](https://github.com/Twipped/js-utils/blob/9c196e3/src/match.js#L21)
