UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

4 lines (3 loc) 132 B
export interface NestMiddleware<TRequest = any, TResponse = any> { use(req: TRequest, res: TResponse, next: () => void): any; }