function isHttpMethodimport { isHttpMethod } from "https://deno.land/std@0.202.0/http/method.ts"; isHttpMethod(value: unknown): value is HttpMethodA type guard that determines if a value is a valid HTTP method. Parametersvalue: unknownReturnsvalue is HttpMethod