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