UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

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