Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 15, 2024
1 parent aee4309 commit 4456886
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ not CommonJS.

`queryString`
[`QueryString`](https://github.com/ehmicky/wild-wild-path#query-strings)\
_Return value_: [`QueryArray`](https://github.com/ehmicky/wild-wild-path#query-arrays)
_Return value_:
[`QueryArray`](https://github.com/ehmicky/wild-wild-path#query-arrays)

Convert a
[query string](https://github.com/ehmicky/wild-wild-path#query-strings) into a
Expand All @@ -73,7 +74,8 @@ parseQuery('users./[/') // Throws: invalid RegExp

`queryArray`
[`QueryArray`](https://github.com/ehmicky/wild-wild-path#query-arrays)\
_Return value_: [`QueryString`](https://github.com/ehmicky/wild-wild-path#query-strings)
_Return value_:
[`QueryString`](https://github.com/ehmicky/wild-wild-path#query-strings)

Convert a [query array](https://github.com/ehmicky/wild-wild-path#query-arrays)
into a [query string](https://github.com/ehmicky/wild-wild-path#query-strings).
Expand All @@ -87,7 +89,8 @@ serializeQuery([true]) // Throws: `true` is not a valid query
## normalizeQuery(query)

`query` [`Query`](https://github.com/ehmicky/wild-wild-path#queries)\
_Return value_: [`QueryArray`](https://github.com/ehmicky/wild-wild-path#query-arrays)
_Return value_:
[`QueryArray`](https://github.com/ehmicky/wild-wild-path#query-arrays)

If the query is a
[query string](https://github.com/ehmicky/wild-wild-path#query-strings), convert
Expand Down

0 comments on commit 4456886

Please sign in to comment.