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
/
const.js
5 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
BOUNDARY_NAME
=
void
0
;
exports
.
BOUNDARY_NAME
=
'Node-Signed-Mailer'
;