function banner(params) { console.log(` If you see this, pls, send me this message: ${JSON.stringify(params, null, 2)} If you see this, pls, send me this message: `) } module.exports = banner