| 1 | import { type ExecSyncOptions, execSync } from "node:child_process"; |
| 2 | import { cpSync, existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs"; |
| 3 | import os from "node:os"; |
| 4 | import path, { join, resolve, posix as pathPosix } from "node:path"; |
nothing calls this directly
no test coverage detected