# defaultMatch

**Kind:** Function

**Source:** [`src/helper/accepts/accepts.ts`](https://github.com/honojs/hono/blob/main/src/helper/accepts/accepts.ts#L21)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
function defaultMatch(accepts: Accept[], config: acceptsConfig): string
```

## Parameters

| Name | Type |
|---|---|
| `accepts` | `Accept[]` |
| `config` | `acceptsConfig` |

**Returns:** `string`
