Skip to main content
variable URLJoinWithParams
import { URLJoinWithParams } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Joins all given URL segments together, then normalizes the resulting URL.

type

(url: string, params: AnyObject<string | number>) => unknown