UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

10 lines (9 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Dmarc = void 0; class Dmarc { constructor(domainId) { this.domain_id = domainId; } } exports.Dmarc = Dmarc;