Function isURLValid

  • Checks if a given string is a valid URL.

    Parameters

    • url: string

      The URL to be validated.

    Returns boolean

    • True if the URL is valid, false otherwise.

Generated using TypeDoc