UNPKG

http-status-descriptions

Version:

A npm package that provides human-readable descriptions for HTTP status codes.

4 lines (3 loc) 116 B
import { getStatusDescription } from './index'; const sd = getStatusDescription(200); console.log('status : ', sd);