UNPKG

@blackglory/http-status

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