UNPKG

@blackglory/http-status

Version:
7 lines (5 loc) 149 B
export type HTTPStatusConstructor = new (code: number, text: string) => HTTPStatus export interface HTTPStatus { code: number message: string }