UNPKG

alliance-bundle

Version:

Alliance Framework bundle

15 lines (13 loc) 553 B
'use strict'; var _paramTypes_1 = require('./_paramTypes'); function Body(target, propertyKey, parameterIndex) { var args = Reflect.getMetadata(_paramTypes_1.allianceParams, target, propertyKey) || []; args.push({ type: _paramTypes_1.allianceParamsType.Body, parameterIndex: parameterIndex }); Reflect.defineMetadata(_paramTypes_1.allianceBodyParser, true, target, propertyKey); Reflect.defineMetadata(_paramTypes_1.allianceParams, args, target, propertyKey); } exports.Body = Body; //# sourceMappingURL=body.js.map