Skip to content

Commit

Permalink
[minor] Add TypeScript type definitions
Browse files Browse the repository at this point in the history
Fixes: #4
  • Loading branch information
lpinca committed Nov 26, 2020
1 parent 6ba119d commit b12a7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare function parse(header: string): Record<string, string>;

export = parse;

0 comments on commit b12a7a5

Please sign in to comment.