| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { constant, flow } from "effect/Function" |
| 3 | import * as Layer from "effect/Layer" |
| 4 | import * as ManagedRuntime from "effect/ManagedRuntime" |
nothing calls this directly
no test coverage detected