UNPKG

@thi.ng/compare

Version:

Comparators with support for types implementing the @thi.ng/api/ICompare interface

5 lines (4 loc) 69 B
const reverse = (cmp) => (a, b) => -cmp(a, b); export { reverse };