mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-10-23 08:22:21 +00:00
11 lines
224 B
JavaScript
Executable File
11 lines
224 B
JavaScript
Executable File
|
|
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 |