Skip to content

OnResponseStart

const OnResponseStart: () => (target, propertyKey) => void

Defined in: src/decorators/hooks.ts:33

Decorator: Hook that runs when the response starts sending (headers).

(target, propertyKey): void

any

string

void