| 1 | import type { ChildProcess, ExecFileException } from 'child_process' |
| 2 | import { execFile, spawn } from 'child_process' |
| 3 | import memoize from 'lodash-es/memoize.js' |
| 4 | import { homedir } from 'os' |
nothing calls this directly
no test coverage detected