OnResponseEnd
constOnResponseEnd: () => (target,propertyKey) =>void
Defined in: src/decorators/hooks.ts:38
Decorator: Hook that runs after the response has finished sending.
Returns
Section titled “Returns”(
target,propertyKey):void
Parameters
Section titled “Parameters”target
Section titled “target”any
propertyKey
Section titled “propertyKey”string
Returns
Section titled “Returns”void