Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

joinURL

function joinURL(base: string, ...input: string[]): string;
§
joinURL(base: string, ...input: string[]): string
[src]

§Parameters

§
base: string
[src]
§
...input: string[] optional
[src]

§Return Type

§
string
[src]