url-vir - v2.1.6
    Preparing search index...

    Function createHref

    • Combined the needed URL parts into a URL's full href.

      Parameters

      • __namedParameters: Readonly<
            Pick<
                UrlParts,
                | "protocol"
                | "username"
                | "password"
                | "hostname"
                | "port"
                | "hash"
                | "pathname"
                | "search",
            >,
        >

      Returns string