| 1 | import { promises as fs } from 'node:fs'; |
| 2 | import pathModule from 'node:path'; |
| 3 | import { AppError } from '../kernel/errors.ts'; |
| 4 | import { isIosFamily, type DeviceInfo } from '../kernel/device.ts'; |
nothing calls this directly
no test coverage detected