UNPKG

tune-basic-toolset

Version:
7 lines (6 loc) 180 B
module.exports = async function turn({ role, filename }, ctx) { if (filename) { await ctx.write(filename, `@@${role}`); } return `now it is turn of ${role} to reply`; };