Req
constReq: (name?) => (target,propertyKey,parameterIndex) =>void
Defined in: src/decorators.ts:79
Decorator: Binds a parameter to the request object.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”(
target,propertyKey,parameterIndex):void
Parameters
Section titled “Parameters”target
Section titled “target”any
propertyKey
Section titled “propertyKey”string
parameterIndex
Section titled “parameterIndex”number
Returns
Section titled “Returns”void