Skip to content

Commit 7026a94

Browse files
authoredAug 4, 2021
Merge pull request #10 from e10jc/typedef
Added index.d.ts
2 parents dbc894d + c2be742 commit 7026a94

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.