UNPKG

@nestjs/common

Version:

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

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