UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

6 lines (3 loc) 203 B
export type Fetch = typeof fetch; export type FetchOptions = RequestInit & { method?: RequestMethodType; duplex?: string }; export type RequestMethodType = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";