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

7 lines (6 loc) 149 B
declare type ReturnVal = { tags: any; messages: string[]; }; export declare const parser: (policy: string) => Promise<ReturnVal>; export {};