UNPKG
node-signed-mailer
Version:
latest (0.1.1)
0.1.1
0.1.0
Send emails signed with your S/MIME certificate
gitlab.com/marco.combosch/node-signed-mailer
node-signed-mailer
/
dist
/
index.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
export
{
SignedMailer
}
from
'./mailer'
;
export
{
MailerInitOptions
,
MessageOptions
}
from
'./types'
;