📅  最后修改于: 2022-03-11 15:03:34.103000             🧑  作者: Mango
module.exports = function(firstParam) { console.log("You did it"); },
module.exports = function(secondParam) { console.log("Yes you did it"); },
// This may contain more functions