1.0.0 • Published 7 months ago

@tselect/http-method v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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
1.0.0

7 months ago