UNPKG

alliance-bundle

Version:

Alliance Framework bundle

14 lines (12 loc) 504 B
'use strict'; var _paramTypes_1 = require('./_paramTypes'); function PathVariable(target, propertyKey, parameterIndex) { var args = Reflect.getMetadata(_paramTypes_1.allianceParams, target, propertyKey) || []; args.push({ type: _paramTypes_1.allianceParamsType.PathVariable, parameterIndex: parameterIndex }); Reflect.defineMetadata(_paramTypes_1.allianceParams, args, target, propertyKey); } exports.PathVariable = PathVariable; //# sourceMappingURL=pathVariable.js.map