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