UNPKG

@gam-test/fetch-wrapper

Version:

A simple fetch wrapper for better error handling and less response context

9 lines (6 loc) 261 B
import { ClientConfigWithoutBody } from '../ClientConfig.js'; import { HttpClient } from '../HttpClient.js'; declare class HeadHttpClient extends HttpClient { connect<R>(config: ClientConfigWithoutBody<R>): Promise<Response>; } export { HeadHttpClient };