Function encodeDeepObject
encodeDeepObject( key: string, value: unknown, options?: { charEncoding?: "percent" | "none" },): undefined | string Parameters
- key: string
- value: unknown
Optionaloptions: { charEncoding?: "percent" | "none" }
Returns undefined | string