| 1 | import { copyFileSync, readFileSync, renameSync, writeFileSync } from 'node:fs'; |
| 2 | import { dirname as pDirname, join as pJoin, resolve as pResolve } from 'node:path'; |
| 3 | import readline from 'node:readline'; |
| 4 | import { fileURLToPath } from 'node:url'; |
nothing calls this directly
no test coverage detected