• Creates an URL using the built in HTMLHyperlinkElementUtils. An alternative would be to use regex on document.baseURI, but that will be unreliable in some cases because it doesn't use the built in HTMLHyperlinkElementUtils.

    As default it will return the base path with slashes in front and at the end.

    Parameters

    • path: string
    • options: Partial<ISlashOptions> = {}

    Returns string

""