export function fileExists()

in scripts/telemetry_utils.js [86:88]


export function fileExists(filePath) {
  return fs.existsSync(filePath);
}