Function createURL

  • Create an URL (href) string from dynamic values.

    Parameters

    • baseURL: string

      The base URL that prefixed the parameters.

    • parameters: Readonly<URLParameters>

      The parameters of the URL.

    Returns string

    An href string resulting of the concatenation of the baseURL and its parameters.

Generated using TypeDoc