UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

8 lines (7 loc) 248 B
/** * Defines the HTTP status code, which should be sent with response. * It overrides default status code for the given request method. * * @param {number} statusCode */ export declare function HttpCode(statusCode: number): MethodDecorator;