UNPKG

dmarc-solution

Version:

One stop solution for all DMARC Problems. This package includes fetching of dmarc record, parsing the provided/fetched record, validation of DMARC record, generating a new DMARC record

8 lines (7 loc) 152 B
"use strict"; exports.__esModule = true; exports.normalize = void 0; var normalize = function (err) { return err; }; exports.normalize = normalize;