UNPKG

@glandjs/common

Version:

Glands is a web framework for Node.js (@common)

10 lines (9 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Controller = Controller; const constant_1 = require("../../constant"); function Controller(path) { return (target) => { Reflect.defineMetadata(constant_1.PATH_METADATA, path, target); }; }