UNPKG

@tsclean/core

Version:

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

6 lines 250 B
import { HttpServer } from "../contracts"; import { RequestMethod } from "../enums"; export declare class RouterMethodFactory { get(target: HttpServer, requestMethod: RequestMethod): Function; } //# sourceMappingURL=router-method-factory.d.ts.map