| 1 | import type * as FileSystem from "@effect/platform/FileSystem" |
| 2 | import type * as Path from "@effect/platform/Path" |
| 3 | import type * as Terminal from "@effect/platform/Terminal" |
| 4 | import * as Arr from "effect/Array" |
nothing calls this directly
no test coverage detected