UNPKG

ts-logs

Version:

This package provide a skd for audit and manager logs in nodejs and express

10 lines 328 B
import { BinderMiddleware } from "../types"; /** * @description Bind log instance to request. * @returns execute next() * @summary you can access log from request like example: * @example req.log */ export declare const bindLog: () => BinderMiddleware; export default bindLog; //# sourceMappingURL=bind-log.builder.d.ts.map