# escapeHtml

**Kind:** Function

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/assemble-html.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/assemble-html.tool.ts#L366)

## Signature

```ts
function escapeHtml(str: string): string
```

## Parameters

| Name | Type |
|---|---|
| `str` | `string` |

**Returns:** `string`
