@sugarcube/plugin-mail
Version:
Send email notifications.
18 lines (15 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.assertFrom = void 0;
var _core = require("@sugarcube/core");
const {
assertCfg
} = _core.utils.assertions;
const assertFrom = assertCfg(["mail.from"]);
exports.assertFrom = assertFrom;
var _default = {
assertFrom
};
exports.default = _default;