You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm impl some basic TS typings for fastify-static in here #66. I've made a PR but @mcollina asked me explicitly to make fastify a development dependency.
I need a propagated fastify.Plugin type for that, and some generic type parameters like HttpServer / HttpRequest / HttpResponse. I've created the respective issue in fastify too #970.
Plugin type has too many type parameters, so I need to know if it's fine to drop the excessive ones first, before making any PR's.
The text was updated successfully, but these errors were encountered:
So, I'm impl some basic TS typings for
fastify-static
in here #66. I've made a PR but @mcollina asked me explicitly to makefastify
a development dependency.I need a propagated
fastify.Plugin
type for that, and some generic type parameters likeHttpServer / HttpRequest / HttpResponse
. I've created the respective issue infastify
too #970.Plugin type has too many type parameters, so I need to know if it's fine to drop the excessive ones first, before making any PR's.
The text was updated successfully, but these errors were encountered: