UNPKG

mailosaur

Version:

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

9 lines (7 loc) 124 B
class Link { constructor(data = {}) { this.href = data.href; this.text = data.text; } } module.exports = Link;