1
2
3
export let consoleEmailEx = (() => {
console.email({ html: "<b>hi!</b>", subject: "Subject accepted here too" });
})();