export function maxValue(values) { // implementar logica aqui return Math.max(...values); }