// @ts-check const ah = (fn) => (req, res, next) => Promise.resolve(fn(req, res, next)).catch((err) => next(err)); module.exports = { ah };