UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

4 lines 125 B
export function ascending(a, b) { return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN; } //# sourceMappingURL=compare.js.map