UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

4 lines (3 loc) 88 B
export function ascending(a, b) { return b < a ? -1 : b > a ? 1 : b >= a ? 0 : NaN; }