UNPKG

mailinator-client

Version:
12 lines (11 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageToPost = void 0; class MessageToPost { constructor(subject, from, text) { this.subject = subject; this.from = from; this.text = text; } } exports.MessageToPost = MessageToPost;