UNPKG

@zambelz/zhc

Version:
9 lines (8 loc) 106 B
export type HTTPMethod = | "GET" | "PUT" | "POST" | "DELETE" | "OPTIONS" | "HEAD" | "PATCH"