New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
d3-shape
›
src
›
descending.js
JAVASCRIPT
descending.js
86.0 B
2026-06-28 16:39
⬇️ Download
← Back
export default function(a, b) { return b < a ? -1 : b > a ? 1 : b >= a ? 0 : NaN; }