I wish to export a local function using module.exports = { router, functionName } but I am struggling to do so at the moment. My code is shown below - I want to kno
module.exports = { router, functionName }