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 828e4ca commit 4b104ddCopy full SHA for 4b104dd
2 files changed
lib/index.d.ts
@@ -0,0 +1,4 @@
1
+declare namespace FastQuerystring {
2
+ export function stringify(value: string): Record<string, any>;
3
+ export function parse(value: Record<string, any>): string;
4
+}
package.json
@@ -4,6 +4,7 @@
"description": "",
5
"main": "lib/index.js",
6
"type": "commonjs",
7
+ "types": "./lib/index.d.ts",
8
"scripts": {
9
"format": "rome format . --write",
10
"format:ci": "rome format .",
0 commit comments