import asyncHandler from "express-async-handler" it seems that recommended import for typescript does not work.
Instead I needed to import it like this import * as asyncHandler from "express-async-handler".
It would be good to not have wrong suggestion in readme.
import asyncHandler from "express-async-handler"
it seems that recommended import for typescript does not work. Instead I needed to import it like thisimport * as asyncHandler from "express-async-handler"
.It would be good to not have wrong suggestion in readme.