UNPKG

http-response-helper

Version:

HTTP-Response-Helper is a utility library for sending HTTP responses with the correct status code.

5 lines (4 loc) 97 B
export declare const HttpStatusCodes: Record<string, { code: number; status: string; }>;