@vtex/diagnostics-nodejs
Version:
Diagnostics library for Node.js applications
7 lines • 319 B
TypeScript
import { Context as KoaContext, Next as KoaNext } from 'koa';
declare function ContextPropagationMiddleware(): (ctx: KoaContext, next: KoaNext) => Promise<void>;
export declare const KoaMiddlewares: {
ContextPropagationMiddleware: typeof ContextPropagationMiddleware;
};
export {};
//# sourceMappingURL=koa.d.ts.map