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

encodeQueryKey

Like encodeQueryValue but also encodes the = character.

function encodeQueryKey(text: string | number): string;
§
encodeQueryKey(text: string | number): string
[src]

§Parameters

§
text: string | number
[src]
  • string to encode

§Return Type

§
string
[src]