Skip to content

Commit c2be742

Browse files
committedJul 22, 2021
added index.d.ts
1 parent dbc894d commit c2be742

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.