UNPKG

hivest-js

Version:

A simple, fast and minimalist framework for Node.js that allows you to create modular applications with dependency injection using decorators

9 lines 266 B
import { HttpContext } from '../../lib/types'; export declare class LogMiddleware { log({ req, next }: HttpContext): Promise<void>; test({ req, res }: { req: any; res: any; }): Promise<void>; } //# sourceMappingURL=log.middleware.d.ts.map