decodeQueryKey
Decode query key (consistent with encodeQueryKey for plus encoding). Created different method for decoding key to avoid future changes on value encode/decode.
function decodeQueryKey(text: string): string;
Decode query key (consistent with encodeQueryKey for plus encoding). Created different method for decoding key to avoid future changes on value encode/decode.