Module

std/node/url.ts>resolve

Deno standard library
Go to Latest
function resolve
import { resolve } from "https://dotland.deno.dev/std@0.145.0/node/url.ts";

The url.resolve() method resolves a target URL relative to a base URL in a manner similar to that of a Web browser resolving an anchor tag HREF.

Parameters

from: string
to: string