UNPKG

@coolio/http

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