Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/types.ts>ParamsMethod

functional router for Deno
Go to Latest
type alias ParamsMethod
import { type ParamsMethod } from "https://deno.land/x/endofunctor@v0.0.0.6/types.ts";
definition:
| "GET"
| "HEAD"
| "POST"
| "DELETE"