(targetPath)
| 17 | targetArch === 'arm64' ? /(arm64|aarch64)/i : /(x64|amd64)/i |
| 18 | |
| 19 | const hasPath = (targetPath) => fs.existsSync(targetPath) |
| 20 | |
| 21 | const loadJson = (filePath) => JSON.parse(fs.readFileSync(filePath, 'utf8')) |
| 22 |
no outgoing calls
no test coverage detected