| 1 | import { execSync } from 'node:child_process' |
| 2 | import { chmod, mkdir, rm, writeFile } from 'node:fs/promises' |
| 3 | import { tmpdir } from 'node:os' |
| 4 | import { delimiter, join, resolve } from 'node:path' |
nothing calls this directly
no test coverage detected