UNPKG

mail-sender-helper

Version:
10 lines (7 loc) 124 B
const functions = { sender: require("./src/sender"), }; async function start() { await functions.sender(); } start();