UNPKG

the-mail

Version:
21 lines (17 loc) 551 B
// Code generated by coz. DO NOT EDIT. /** * Mail client for the-framework * @module the-mail */ 'use strict' const TheMail_ = require('./TheMail') const create_ = require('./create') const helpers_ = require('./helpers') const sending_ = require('./sending') const default__ = require('./default') // `module.exports` overrides these `exports.*`, but still needs them for lebab (https://github.com/lebab/lebab) exports.TheMail = TheMail_ exports.create = create_ exports.helpers = helpers_ exports.sending = sending_ module.exports = default__