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

encodeParam

Encode characters that need to be encoded on the path section of the URL as a param. This function encodes everything encodePath does plus the slash (/) character.

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

§Parameters

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

§Return Type

§
string
[src]

encoded string