@bluejay/http-method
v3.0.0
Published
HTTP methods related enums and utilities.
Downloads
22
Readme
HTTPMethod
Requirements
node >= 8.6, tested with:[email protected][email protected]typescript >= 4.0, tested with:[email protected]
Installation
npm i @bluejay/http-method [--save]
Usage
import { HTTPMethod, isHTTPMethod } from '@bluejay/http-method';
HTTPMethod.GET; // get
isHTTPMethod(HTTPMethod.GET); // trueDocumentation
See Github Pages.
