UNPKG

the-moby-effect

Version:
6 lines 363 B
import * as FetchHttpClient from "@effect/platform/FetchHttpClient"; import * as Layer from "effect/Layer"; import * as internalAgnostic from "./agnostic.js"; /** @internal */ export const makeFetchHttpClientLayer = connectionOptions => Layer.provide(internalAgnostic.makeAgnosticLayer(connectionOptions), FetchHttpClient.layer); //# sourceMappingURL=fetch.js.map