fastify-nuxtjs
fastify-nuxtjs copied to clipboard
Vue server side rendering support for Fastify with Nuxt
Hi, Ran into this during typescript integration of this plugin. should we add `export type {FastifyNuxtCallback} ; ` To the end of index.d.ts So FastifyNuxtCallback can be used in other...
Inspired by comment https://github.com/fastify/fastify-nextjs/issues/207#issuecomment-824939719
It could be better to recode the module in typescript for ts devs, so without that, we can't work correctly with the auto-completion... we need to keep element in the...