HTTPMethod
Installation
npm i @tselect/http-method
Usage
import { HTTPMethod, isHTTPMethod } from '@tselect/http-method';
HTTPMethod.GET; // get
isHTTPMethod(HTTPMethod.GET); // true
npm i @tselect/http-method
import { HTTPMethod, isHTTPMethod } from '@tselect/http-method';
HTTPMethod.GET; // get
isHTTPMethod(HTTPMethod.GET); // true
npm i @tselect/http-method
0
1.0.0
MIT
26.3 kB
23