# isDynamicRoute

**Kind:** Function

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

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

## Signature

```ts
function isDynamicRoute(path: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `path` | `string` |

**Returns:** `boolean`

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `SSG_CONTEXT` — `src/helper/ssg/middleware.ts`:5
- `DEFAULT_OUTPUT_DIR` — `src/helper/ssg/ssg.ts`:27
