http-stash
v1.0.0
Published
Constants for HTTP status codes and their standard messages.
Maintainers
Readme
http-stash
Constants for HTTP status codes and their standard messages.
Install
npm install http-stash
# or
pnpm add http-stash
# or
yarn add http-stashUsage
import { ACCEPTED_CODE, ACCEPTED_MESSAGE } from 'http-stash';
console.log(ACCEPTED_CODE); // 202
console.log(ACCEPTED_MESSAGE); // "Accepted"License
MIT © Awa
