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

Xet Storage Details

Size:
127 Bytes
·
Xet hash:
70d30b278be6449aaac1b7e8551c0bac91845cab4f0ddef800e5eac960e49ec1

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