| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import type { NonEmptyReadonlyArray } from "effect-app/Array" |
| 3 | import * as Context from "effect-app/Context" |
| 4 | import * as Effect from "effect-app/Effect" |
nothing calls this directly
no test coverage detected