module.exports.helloWorld = function()

in my-package/index.js [10:12]


module.exports.helloWorld = function () {
  console.log("Hello world!");
};