# jsxEscape

**Kind:** Function

**Source:** [`src/jsx/jsx-runtime.ts`](https://github.com/honojs/hono/blob/main/src/jsx/jsx-runtime.ts#L51)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function jsxEscape(value: string)
```

## Parameters

| Name | Type |
|---|---|
| `value` | `string` |
