The declaration of isMultipart in this module conflicts with the one in fastify-multipart. The one there seems more generally useful, so I suggest renaming here.
fastify encapsulation makes sure this isn't an issue at runtime, but TS is unhappy.
(issues aren't enabled, otherwise I'd use that - not sure about just changing the name).
The declaration of
isMultipart
in this module conflicts with the one infastify-multipart
. The one there seems more generally useful, so I suggest renaming here.fastify
encapsulation makes sure this isn't an issue at runtime, but TS is unhappy.(issues aren't enabled, otherwise I'd use that - not sure about just changing the name).