@shgysk8zer0/http-status
v1.1.2
Published
A simple module for HTTP status codes
Downloads
61
Readme
@shgysk8zer0/http-status
A simple module for HTTP status codes
Installation
NPM
npm i @shgysk8zer0/http-status
Usage
ES Module
import { status } from '@shgysk8zer0/http-status';
// or
import { status } from 'https://unpkg.com/@[email protected]/http-status.js';
console.log(status.OK); // 200