| 3 | |
| 4 | declare module "fastify" { |
| 5 | interface FastifyInstance { |
| 6 | responseSize: ReturnType<typeof createResponseSizeDecorator>; |
| 7 | csp: ReturnType<typeof createCSPDecorator>; |
| 8 | } |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected