@tsed/common
Version:
A TypeScript Framework on top of Express
20 lines • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Err = void 0;
const ParamTypes_1 = require("../../models/ParamTypes");
const useParam_1 = require("./useParam");
/**
*
* @returns {Function}
* @decorator
* @operation
* @input
*/
function Err() {
return useParam_1.UseParam(ParamTypes_1.ParamTypes.ERR, {
useValidation: false,
useConverter: false
});
}
exports.Err = Err;
//# sourceMappingURL=error.js.map