Btw, I believe this will work for your example ``...
# general
b
Btw, I believe this will work for your example
Copy code
module.exports.x = (async () => {
  return { x: 5 };
})().then(o => o.x);
Not ideal, but it should do the trick.