We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc894d + c2be742 commit 7026a94Copy full SHA for 7026a94
index.d.ts
@@ -0,0 +1,4 @@
1
+declare module 'parse-headers' {
2
+ function parseHeaders(headers: string): Record<string, string | string[]>
3
+ export = parseHeaders
4
+}
0 commit comments