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.
1 parent 765a0e6 commit 4aee099Copy full SHA for 4aee099
.changeset/forty-hotels-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+'@scaleway/use-query-params': patch
3
4
+
5
+expose parse/stringify query params functions
packages/use-query-params/src/index.ts
@@ -90,3 +90,4 @@ const useQueryParams = <T extends QueryParams>(): {
90
}
91
92
export default useQueryParams
93
+export { parse as parseQueryParams, stringify as stringifyQueryParams }
0 commit comments