property ParseOptions.decodeURIComponent Usage in Denoimport { type ParseOptions } from "node:querystring"; The function to use when decoding percent-encoded characters in the query string. Type ((str: string) => string) | undefined