UNPKG

233 BTypeScriptView Raw
1import { HttpServer } from '@nestjs/common';
2import { RequestMethod } from '@nestjs/common/enums/request-method.enum';
3export declare class RouterMethodFactory {
4 get(target: HttpServer, requestMethod: RequestMethod): Function;
5}