MCPcopy
hub / github.com/krausest/js-framework-benchmark / FastifyInstance

Interface FastifyInstance

server/src/fastify.d.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare module "fastify" {
5 interface FastifyInstance {
6 responseSize: ReturnType<typeof createResponseSizeDecorator>;
7 csp: ReturnType<typeof createCSPDecorator>;
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected