interface
querystring.StringifyOptions
interface StringifyOptions
- encodeURIComponent?: (str: string) => string
The function to use when converting URL-unsafe characters to percent-encoding in the query string.
interface
The function to use when converting URL-unsafe characters to percent-encoding in the query string.