////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //Sample codes. exports.Test = function() { console.log("Hi, I'm a module test funciton"); };