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

decodeQueryValue

Decode query value (consistent with encodeQueryValue for plus encoding).

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

§Parameters

§
text: string
[src]
  • string to decode

§Return Type

§
string
[src]

decoded string