UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

8 lines (7 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getApiDeprecated = getApiDeprecated; const utils_1 = require("../../routes/utils"); function getApiDeprecated(controllerClass, propertyKey) { return (0, utils_1.getMetadata)('api:operation:deprecated', controllerClass, propertyKey); }