@bluejay/http-method
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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.

/@bluejay/http-method/

    Package Sidebar

    Install

    npm i @bluejay/http-method

    Weekly Downloads

    6

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    26.1 kB

    Total Files

    23

    Last publish

    Collaborators

    • asifarran
    • bluebirds