Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wcarbon/src/util.ts>isValidUrl

CLI tool for Website Carbon's API
Go to Latest
function isValidUrl
import { isValidUrl } from "https://deno.land/x/wcarbon@v1.4.0/src/util.ts";

Checks if an URL is valid, also checks URL is provided with HTTP(S).

Parameters

url: string