UNPKG

furystack-core

Version:
2 lines (1 loc) 74 B
export type RequestMethod = "GET" | "POST" | "DELETE" | "PATCH" | "PUT";