/** * Returns bar (exciting!) * @returns {string} */ function foo() { return 'bar' } module.exports = foo