/** * @param {string[]} projects * @returns string */ export function selectProject(projects) { return projects[0]; }