| 1 | import { appendFileSync, mkdirSync, readFileSync, writeFileSync } from 'node:fs'; |
| 2 | import { mkdtemp, rm } from 'node:fs/promises'; |
| 3 | import { tmpdir } from 'node:os'; |
| 4 | import path from 'node:path'; |
nothing calls this directly
no test coverage detected