Best way to handle async Errors in express

So I had a debate with some of my friends about the best way to handle async errors, i prefer to use the package "express-async-errors" if I can to keep my code as clean as possible (and with express v5 news this seems better), but some of them are using asyncCatch of asyncErrorHandler wrapper functions. so I was wondering what people prefer to use if both solutions are available?