1 function (exports) { 2 exports.func = function() { 3 print("module.func called"); 4 } 5 } 6 module.func called