| 1 | import type * as Arr from "effect/Array" |
| 2 | import { NodeFileSystem, NodeSink, NodeStream } from "@effect/platform-node" |
| 3 | import * as NodePath from "@effect/platform-node/NodePath" |
| 4 | import * as Deferred from "effect/Deferred" |
nothing calls this directly
no test coverage detected