()
| 63 | } |
| 64 | |
| 65 | export function readConfig(): BinaryConfig { |
| 66 | return readConfigFile('./config.json'); |
| 67 | } |
| 68 | |
| 69 | export function writeConfig(config: BinaryConfig) { |
| 70 | writeFileSync('./config.json', JSON.stringify(config.binaries, null, 1)); |
no test coverage detected