UNPKG

the-moby-effect

Version:
7 lines 492 B
import * as Layer from "effect/Layer"; import * as FetchHttpClient from "effect/unstable/http/FetchHttpClient"; import * as Socket from "effect/unstable/socket/Socket"; import * as internalAgnostic from "./agnostic.js"; /** @internal */ export const makeFetchHttpClientLayer = connectionOptions => internalAgnostic.makeAgnosticHttpClientLayer(connectionOptions).pipe(Layer.merge(Socket.layerWebSocketConstructorGlobal), Layer.provide(FetchHttpClient.layer)); //# sourceMappingURL=fetch.js.map