Skip to main content
Go to Latest
variable isMethod
Re-export
import { isMethod } from "https://deno.land/x/adoublef@v0.0.1/mod.ts";

type

(method: string) => method is
| "GET"
| "POST"
| "PUT"
| "DELETE"