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;
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.