UNPKG

tspace-spear

Version:

tspace-spear is a lightweight API framework for Node.js that is fast and highly focused on providing the best developer experience. It utilizes the native HTTP server

10 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Controller = void 0; const Controller = (path) => { return (target) => { Reflect.defineMetadata("controllers", path, target); }; }; exports.Controller = Controller; //# sourceMappingURL=controller.js.map