I regularly use async functions as handlers in Express, but I always include a try ... catch block inside each one. What's the trivial way to use them?
I regularly use async functions as handlers in Express, but I always include a try ... catch block inside each one. What's the trivial way to use them?