interface ParseOptions
Properties Jump to heading
optional
Jump to headingmaxKeys: number | undefinedSpecifies the maximum number of keys to parse. Specify 0 to remove key counting limitations.
optional
Jump to headingdecodeURIComponent: ((str: string) => string) | undefinedThe function to use when decoding percent-encoded characters in the query string.