Function: getUrlParameter()
getUrlParameter(
name
):null
|string
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
null
| string
The value of the URL parameter or null if not found.