3.0.0 • Published 2 years ago

@bluejay/http-method v3.0.0

Weekly downloads
264
License
MIT
Repository
github
Last release
2 years ago

HTTPMethod

npm npm npm

Requirements

  • node >= 8.6, tested with:
  • node@8.6.0
  • node@12.8.1
  • typescript >= 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.