vkarpov15 / awaitjs-express

Write Express middleware and route handlers using async/await
Apache License 2.0
124 stars 13 forks source link

feat: add deleteAsync() and patchAsync() #2

Closed Fonger closed 6 years ago

Fonger commented 6 years ago

Great package! I'm using it now in my project!

I use these 2 methods very often in my express app. Hope @awaitjs/express can support it.