function testme(){ console.log("hello"); } module.exports = { bj: testme };