UNPKG
@akiflow/mailauth
Version:
latest (0.0.2)
0.0.2
0.0.1
Email authentication library for Node.js
github.com/postalsys/mailauth
postalsys/mailauth
@akiflow/mailauth
/
lib
/
dmarc
/
index.js
8 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
verifyDmarc =
require
(
'./verify'
);
const
dmarc
=
async
opts =>
verifyDmarc
(opts);
module
.
exports
= { dmarc };