Dany Fedorov
Dany Fedorov
@TkDodo Do you like `groupByCounting` as a name for new function?
This should fix https://github.com/axiomzen/express-interceptor/issues/45
Hey, this is going to need a major version bump if you're ok with this change.
I was wondering this myself. I think this can be accomplished in Fastify TypeScript. This is a declaration from https://github.com/fastify/fastify/blob/main/types/reply.d.ts ```typescript export interface FastifyReply< RawServer extends RawServerBase = RawServerDefault, RawRequest...
Oh, I feel that this is a nasty typescript problem to solve. Either it works and it is a miracle or you spend hours ultimately getting nothing, hehe. Anyway, thanks...