source:
node_modules/d3-shape/src/descending.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 86 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | export default function(a, b) { |
| 2 | return b < a ? -1 : b > a ? 1 : b >= a ? 0 : NaN; | |
| 3 | } |
Note:
See TracBrowser
for help on using the repository browser.
