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

decodeQueryKey

Decode query key (consistent with encodeQueryKey for plus encoding). Created different method for decoding key to avoid future changes on value encode/decode.

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

§Parameters

§
text: string
[src]
  • string to decode

§Return Type

§
string
[src]

decoded string