deno.com
property ParseOptions.decodeURIComponent

The function to use when decoding percent-encoded characters in the query string.

Type #

((str: string) => string) | undefined