Skip to content

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

ParameterTypeDescription
htmlstringRaw HTML content

Returns

string

Normalized HTML string

Released under the MIT License.