UNPKG

@coolio/http

Version:
5 lines 258 B
import { HttpRequestHandler } from '../httpClient.types'; export interface XhrRequestHandlerOptions { } export declare const xhrRequestHandler: (_?: XhrRequestHandlerOptions | undefined) => HttpRequestHandler; //# sourceMappingURL=xhr.requestHandler.d.ts.map