Hi Ethan,
I just watched your talk in OpenJS World 2020 and it was awesome.
I have a question related to FastifyPlugin
type:
Is it possible to make the second parameter of register
in FastifyInstance
optional? But only when the plugin does not need an option.
For example, imagine the WhisperPlugin
would be something like this:
declare const whisperPlugin: FastifyPlugin
// then the register function should be called like this:
fastifyServer.register(whisperPlugin)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too