UNPKG

@typed/http

Version:

HTTP requests for node and browsers

4 lines 239 B
import { HttpEnv } from './types'; import { WithHttpManagementOptions } from './withHttpManagement'; export declare function createFetchHttpEnv(options?: WithHttpManagementOptions): HttpEnv; //# sourceMappingURL=createFetchHttpEnv.d.ts.map