| 1 | import fs from 'node:fs' |
| 2 | import path from 'node:path' |
| 3 | // eslint-disable-next-line n/no-unsupported-features/node-builtins -- our supported nodejs range supports `parseEnv` but in experimental state, which is fine |
| 4 | import { parseEnv } from 'node:util' |
nothing calls this directly
no test coverage detected