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

Usage in Deno

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

Specifies the maximum number of keys to parse. Specify 0 to remove key counting limitations.

Type

number | undefined