UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

7 lines 245 B
export type Fetch = typeof fetch; export type FetchOptions = RequestInit & { method?: RequestMethodType; duplex?: string; }; export type RequestMethodType = "GET" | "POST" | "PUT" | "DELETE" | "PATCH"; //# sourceMappingURL=Fetch.d.ts.map