Skip to main content
ParseOptions.decodeURIComponent - querystring - Node documentation
property ParseOptions.decodeURIComponent

Usage in Deno

import { type ParseOptions } from "node:querystring";

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

Type

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