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
/
sign.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
sign
:
(
header
:
string
,
content
: { text:
string
; html?:
string
; },
p12file
:
string
,
passphrase
:
string
) =>
string
;