Skip to content

Commit f47a725

Browse files
Add empty constructor to types
1 parent 622c594 commit f47a725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
declare module "email-forward-parser" {
22
class EmailForwardParser {
3+
constructor()
4+
35
read(
46
body: string,
57
subject?: string,

0 commit comments

Comments
 (0)