Skip to content

dependabit / monitor/src / normalizeURL

Function: normalizeURL()

ts
function normalizeURL(url): string;

Defined in: packages/monitor/src/normalizer.ts:90

Normalizes a URL by removing tracking parameters

Parameters

ParameterTypeDescription
urlstringURL string

Returns

string

Normalized URL

Released under the MIT License.