README
HTTPMethod
Requirements
node >= 8.6, tested with:node@8.6.0node@12.8.1typescript >= 4.0, tested with:typescript@4.0.2
Installation
npm i @bluejay/http-method [--save]
Usage
import { HTTPMethod, isHTTPMethod } from '@bluejay/http-method';
HTTPMethod.GET; // get
isHTTPMethod(HTTPMethod.GET); // true
Documentation
See Github Pages.