Files
bot-whatsapp/packages/create-bot-whatsapp/index.js
6rak0 8c6023e93b style: ✏️ fixed typos
fixed typos
2022-12-08 14:34:41 -06:00

13 lines
262 B
JavaScript

/**
* Main function
*/
const main = () => {
console.clear()
console.log(``)
console.log(`[PostInstall]: Esta es la 'main function'.`)
console.log(`[PostInstall]: 👌 Aquí podrías instalar cosas`)
console.log(``)
}
module.exports = main