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

parsePath

Parses a string URL path into its separate pathname, search, and hash components.

function parsePath(path: string): Partial<Path>;
§
parsePath(path: string): Partial<Path>
[src]

§Parameters

§
path: string
[src]

§Return Type

§
Partial<Path>
[src]