MikkelSVDK

Results 1 issues of MikkelSVDK

In this example the middleware is "wrongly" classed as a Handler and not a MiddlewareFunc ```typescript (method) BunServer.use(middleware: Handler): void app.use((req: BunRequest, res: BunResponse, next: ((err?: Error | undefined) =>...