mirror of
https://github.com/github/codeql.git
synced 2026-05-08 07:01:36 +02:00
3 lines
54 B
JavaScript
3 lines
54 B
JavaScript
function cmp(x, y) {
|
|
return +(x > y) - +(x < y);
|
|
} |