| 410 | |
| 411 | declare module class="st">'fastify' { |
| 412 | interface FastifyInstance { |
| 413 | use(fn: fastifyMiddie.Handler): this; |
| 414 | use(route: string, fn: fastifyMiddie.Handler): this; |
| 415 | use(routes: string[], fn: fastifyMiddie.Handler): this; |
| 416 | } |
| 417 | } |
| 418 | |
| 419 | /** |
no outgoing calls
no test coverage detected