UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 233 B
import { HttpServer } from '@nestjs/common'; import { RequestMethod } from '@nestjs/common/enums/request-method.enum'; export declare class RouterMethodFactory { get(target: HttpServer, requestMethod: RequestMethod): Function; }