function a() { console.log("assss") } function b() {} function c() {} function d() {} module.exports = { a,b,c,d } // module.exports = { // test: '111' // }