(_ => { module.exports = (req: any, res: any) => { res.status(404).send("404 Not Found"); }; })();