Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
50 Bytes
export default function(a, b) {
return a - b;
}