(json: any, onError?: (error: string) => void)
| 65 | } |
| 66 | |
| 67 | function parse(json: any, onError?: (error: string) => void): AppConfigData { |
| 68 | return overwriteConfigData(deepCopy(getDefaultConfigData(process.platform)), json, onError); |
| 69 | } |
| 70 | } |
no test coverage detected