Skip to content

Commit

Permalink
Add empty constructor to types
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 3, 2024
1 parent 622c594 commit f47a725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
declare module "email-forward-parser" {
class EmailForwardParser {
constructor()

read(
body: string,
subject?: string,
Expand Down

0 comments on commit f47a725

Please sign in to comment.