| 1 | /* eslint-disable no-constant-binary-expression */ |
| 2 | /* eslint-disable no-empty-pattern */ |
| 3 | // import necessary modules from the libraries |
| 4 | import { NodeRuntime, NodeServices } from "@effect/platform-node" |
nothing calls this directly
no test coverage detected