Skip to main content
Module

x/biscuit/mod.ts>RequestMethod

A Discord library that is easy to use but reliable on its core 🥠
Latest
type alias RequestMethod
Re-export
import { type RequestMethod } from "https://deno.land/x/biscuit@0.2.4/mod.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"