We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2ec56b + b870769 commit d407509Copy full SHA for d407509
index.d.ts
@@ -172,7 +172,7 @@ export interface ParseOptions {
172
}
173
174
export interface ParsedQuery<T = string> {
175
- [key: string]: T | T[] | null;
+ [key: string]: T | null | Array<T | null>;
176
177
178
/**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "query-string-for-all",
3
- "version": "7.1.0",
+ "version": "7.1.1",
4
"description": "Parse and stringify URL query strings",
5
"license": "MIT",
6
"repository": "cdeutsch/query-string-for-all",
0 commit comments