import { isLocalUrl } from "https://deno.land/x/packup@v0.2.3/util.ts";
Returns true
if the URL refers to a local file,
else retuns false
if the URL is for an external resource.
import { isLocalUrl } from "https://deno.land/x/packup@v0.2.3/util.ts";
Returns true
if the URL refers to a local file,
else retuns false
if the URL is for an external resource.