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