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

encodeHash

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

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

§Parameters

§
text: string
[src]
  • string to encode

§Return Type

§
string
[src]

encoded string