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

3 lines (2 loc) 106 B
import { DMARCRecord } from "./declare"; export declare const generator: (values: DMARCRecord) => string;