UNPKG

mailosaur

Version:

The Mailosaur Node library lets you integrate email and SMS testing into your continuous integration process.

11 lines (9 loc) 188 B
class Server { constructor(data = {}) { this.id = data.id; this.name = data.name; this.users = data.users; this.messages = data.messages; } } module.exports = Server;