Skip to content

Commit

Permalink
Merge pull request #25 from cdeutsch/sync-query-string-v7.1.1
Browse files Browse the repository at this point in the history
Sync query string v7.1.1
  • Loading branch information
cdeutsch authored Feb 7, 2022
2 parents d2ec56b + b870769 commit d407509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export interface ParseOptions {
}

export interface ParsedQuery<T = string> {
[key: string]: T | T[] | null;
[key: string]: T | null | Array<T | null>;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-string-for-all",
"version": "7.1.0",
"version": "7.1.1",
"description": "Parse and stringify URL query strings",
"license": "MIT",
"repository": "cdeutsch/query-string-for-all",
Expand Down

0 comments on commit d407509

Please sign in to comment.