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

parsePath

It splits the input string into three parts, and returns an object with those three parts

function parsePath(input?: string): ParsedURL;
§
parsePath(input?: string): ParsedURL
[src]

§Parameters

§
input?: string optional
[src]

§Return Type

§

An object with three properties: pathname, search, and hash.