UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

16 lines 420 B
/** * @description * HTTP code snippet generator for fetch * * @author * @pmdroid * * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author. */ import { Client } from '../../targets'; interface FetchOptions { credentials?: Record<string, string> | null; } export declare const fetch: Client<FetchOptions>; export {}; //# sourceMappingURL=client.d.ts.map