property ParseOptions.decodeURIComponent
The function to use when decoding percent-encoded characters in the query string.
Type Jump to heading
((str: string) => string) | undefined
The function to use when decoding percent-encoded characters in the query string.
((str: string) => string) | undefined