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

decodePath

Decode path section of URL (consistent with encodePath for slash encoding).

function decodePath(text: string): string;
§
decodePath(text: string): string
[src]

§Parameters

§
text: string
[src]
  • string to decode

§Return Type

§
string
[src]

decoded string