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 80b2c9d commit f517380Copy full SHA for f517380
1 file changed
lib/index.d.ts
@@ -3,4 +3,6 @@ declare namespace FastQuerystring {
3
export function parse(value: string): Record<string, any>;
4
}
5
6
+export function stringify(value: Record<string, any>): string;
7
+export function parse(value: string): Record<string, any>;
8
export default FastQuerystring;
0 commit comments