Skip to content

Commit f517380

Browse files
committed
fix: handle exported function definitions
1 parent 80b2c9d commit f517380

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ declare namespace FastQuerystring {
33
export function parse(value: string): Record<string, any>;
44
}
55

6+
export function stringify(value: Record<string, any>): string;
7+
export function parse(value: string): Record<string, any>;
68
export default FastQuerystring;

0 commit comments

Comments
 (0)