Skip to content

Commit

Permalink
Merge pull request #16 from cdeutsch/sync-query-string-v6.13.2
Browse files Browse the repository at this point in the history
Sync query string v6.13.2
  • Loading branch information
cdeutsch authored Sep 14, 2020
2 parents 41d233e + 0c20fa2 commit d4d54d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export interface ParseOptions {
```
*/
readonly parseBooleans?: boolean;

/**
Parse the fragment identifier from the URL and add it to result object.
Expand All @@ -139,7 +139,7 @@ export interface ParseOptions {
}

export interface ParsedQuery<T = string> {
[key: string]: T | T[] | null | undefined;
[key: string]: T | 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": "6.13.1",
"version": "6.13.2",
"description": "Parse and stringify URL query strings",
"license": "MIT",
"repository": "cdeutsch/query-string-for-all",
Expand Down

0 comments on commit d4d54d9

Please sign in to comment.