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

x/endofunctor/builder/types.ts>ParamsMethod

Functional web framework for Bun and Deno
Go to Latest
type alias ParamsMethod
import { type ParamsMethod } from "https://deno.land/x/endofunctor@v0.0.61/builder/types.ts";
definition:
| "GET"
| "HEAD"
| "POST"
| "DELETE"
| "PATCH"
| "PUT"
| "OPTIONS"