UNPKG

naily

Version:

写了一个没有模块系统的 Minimal Nest.js 写着玩的~

4 lines (3 loc) 260 B
import { Application } from "express-serve-static-core"; import { IControllerMetadata } from "../decorator/http.decorator"; export declare function initPUT(prototype: string[], element: string, controllerMetadata: IControllerMetadata, app: Application): void;