export function maxValue(values) { return Math.max.apply(null, values); }