@foal/core
Version:
Full-featured Node.js framework, with no complexity
9 lines (8 loc) • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getApiOperation = void 0;
const utils_1 = require("../../routes/utils");
function getApiOperation(controllerClass, propertyKey) {
return (0, utils_1.getMetadata)('api:operation', controllerClass, propertyKey);
}
exports.getApiOperation = getApiOperation;
;