UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

4 lines 147 B
export interface MiddlewareInterface<T = any, R = any> { use(req: T, res: R, next: () => void): any; } //# sourceMappingURL=middleware.d.ts.map