• Checks whether the given string is a valid HTTP(S), Data, or File URI.

    Parameters

    • url: string

      The URL to test

    Returns boolean

    true if the URL is a HTTP/HTTPS/Data/File URI, otherwise false

Generated using TypeDoc