ktongue's picture
download
raw
144 Bytes
export default function descending(a, b) {
return a == null || b == null ? NaN
: b < a ? -1
: b > a ? 1
: b >= a ? 0
: NaN;
}

Xet Storage Details

Size:
144 Bytes
·
Xet hash:
5372c1975fbf6cf0e5a77949981c4fc44a9857b95419167324449c9b55593a55

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