UNPKG

@vtex/diagnostics-nodejs

Version:

Diagnostics library for Node.js applications

8 lines 376 B
type FastifyInstance = { addHook(name: string, hook: Function): void; }; declare function contextPropagationPlugin(fastify: FastifyInstance, opts: {}, done: (error?: Error) => void): void; export declare const FastifyContextPlugin: typeof contextPropagationPlugin; export declare function createFastifyContextPlugin(): any; export {}; //# sourceMappingURL=fastify.d.ts.map