Skip to main content

Function: getUrlParameter()

getUrlParameter(name): string | null

Defined in: src/utils/utils.ts:32

Function to get the value of a URL parameter.

Parameters

name

string

The name of the URL parameter.

Returns

string | null

The value of the URL parameter or null if not found.