UNPKG

@nestjs/core

Version:

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

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