# handle

**Kind:** Function

**Source:** [`src/adapter/cloudflare-pages/handler.ts`](https://github.com/honojs/hono/blob/main/src/adapter/cloudflare-pages/handler.ts#L32)

**Part of:** [Adapter](subsystem-src-adapter)

## Signature

```ts
function handle(app: Hono<E, S, BasePath>): PagesFunction<E['Bindings']>
```

## Parameters

| Name | Type |
|---|---|
| `app` | `Hono<E, S, BasePath>` |

**Returns:** `PagesFunction<E['Bindings']>`
