dependabit / monitor/src / normalizeHTML
Function: normalizeHTML()
ts
function normalizeHTML(html): string;Defined in: packages/monitor/src/normalizer.ts:18
Normalizes HTML content for consistent comparison
Parameters
| Parameter | Type | Description |
|---|---|---|
html | string | Raw HTML content |
Returns
string
Normalized HTML string