function hello () { return 'I was included from a library.'; } module.exports = { hello };