function a(a){const t=Math.max(...a);let n=Math.min(...a);return n===t&&(n=0),{minValue:n,maxValue:t}}export{a as m};