DIR : /home/kozerus/public_html/cropex/node/node_modules/d3-array/src/reverse.js
/home/kozerus/public_html/cropex/node/node_modules/d3-array/src
export default function reverse(values) {
if (typeof values[Symbol.iterator] !== "function") throw new TypeError("values is not iterable");
return Array.from(values).reverse();
}
//