UNPKG

ag-charts-community

Version:

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

7 lines 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function ascending(a, b) { return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN; } exports.ascending = ascending; //# sourceMappingURL=compare.js.map