Closed trixden closed 1 year ago
Solves issue #16
/typings/fastify/index.d.ts
/src/index.ts
It would be great to have this merged in if possible!
Hey @trixden, Can this PR also add an export clause here?
export
https://github.com/fox1t/fastify-multer/blob/c5dac5795251af0541f93fa41145ac5ce9b46d01/src/index.ts#L23
Currently, to use the Multer type, we need to use ReturnType<MulterFactory>.
Multer
ReturnType<MulterFactory>
LGTM!
Solves issue #16
/typings/fastify/index.d.ts
code to/src/index.ts
.