UNPKG

cls-proxify

Version:

Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.

4 lines (3 loc) 203 B
import { Context, Middleware } from 'koa'; export declare type CreateClsProxyKoa = (ctx: Context) => any; export declare const clsProxifyKoaMiddleware: (createClsProxy: CreateClsProxyKoa) => Middleware;