ktongue's picture
download
raw
183 Bytes
export default function reverse(values) {
if (typeof values[Symbol.iterator] !== "function") throw new TypeError("values is not iterable");
return Array.from(values).reverse();
}

Xet Storage Details

Size:
183 Bytes
·
Xet hash:
e0d26be93d982d2a8378281a2e2a02c9d1815c38b8b158c427ca2f2670447067

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.