UNPKG

statuskit

Version:

Centralized HTTP status code constants for Node.js and TypeScript

4 lines (3 loc) 186 B
export { default as statusCode } from "./core/status-codes"; export { statusText } from "./core/status-codes"; export type { StatusCode, StatusCodeKey, StatusCodeValue } from "./types";