UNPKG

ix

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 140 B
/** * @ignore */ export function sorter(fst, snd) { return fst > snd ? 1 : fst < snd ? -1 : 0; } //# sourceMappingURL=sorter.mjs.map