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

createPath

Creates a string URL path from the given pathname, search, and hash components.

function createPath({ pathname, search, hash }: Partial<Path>): string;
§
createPath({ pathname, search, hash }: Partial<Path>): string
[src]

§Parameters

§
{ pathname, search, hash }: Partial<Path>
[src]

§Return Type

§
string
[src]