index.js (78B)
1 module.exports = { 2 'smth': smth, 3 } 4 5 function smth() { 6 console.log('foo'); 7 }