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

resolveTo

function resolveTo(
toArg: To,
routePathnames: string[],
locationPathname: string,
isPathRelative?: boolean,
): Path;
§
resolveTo(toArg: To, routePathnames: string[], locationPathname: string, isPathRelative?: boolean): Path
[src]

§Parameters

§
toArg: To
[src]
§
routePathnames: string[]
[src]
§
locationPathname: string
[src]
§
isPathRelative?: boolean optional
[src]

§Return Type