UNPKG

80 BJavaScriptView Raw
1module.exports = function(msg) {
2 console.log(msg);
3 return msg; // return
4};