We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc894d commit c2be742Copy full SHA for c2be742
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