Skip to main content
ParseOptions - node__querystring.d.ts - Node documentation
interface ParseOptions

Usage in Deno

```typescript import { type ParseOptions } from "node:node__querystring.d.ts"; ```

Properties

optional
maxKeys: number | undefined
Specifies the maximum number of keys to parse. Specify `0` to remove key counting limitations.
optional
decodeURIComponent: ((str: string) => string) | undefined
The function to use when decoding percent-encoded characters in the query string.