Skip to content

tselect-npm/http-method

Repository files navigation

HTTPMethod

npm npm npm

Installation

npm i @tselect/http-method

Usage

import { HTTPMethod, isHTTPMethod } from '@tselect/http-method';

HTTPMethod.GET; // get
isHTTPMethod(HTTPMethod.GET); // true

About

HTTP methods related enums and utilities.

Resources

Stars

Watchers

Forks

Packages

No packages published