| 1 | import { NodeFileSystem } from "@effect/platform-node" |
| 2 | import { dirname, isAbsolute, join, relative, resolve as pathResolve, sep } from "path" |
| 3 | import { realpathSync } from "fs" |
| 4 | import * as NFS from "fs/promises" |
nothing calls this directly
no test coverage detected