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

encodeQueryValue

Encode characters that need to be encoded query values on the query section of the URL.

function encodeQueryValue(input: QueryValue): string;
§
encodeQueryValue(input: QueryValue): string
[src]

§Parameters

§
  • string to encode

§Return Type

§
string
[src]

encoded string