UNPKG

@sugarcube/plugin-mail

Version:
18 lines (15 loc) 355 B
"use strict"; 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;