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