UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

10 lines (9 loc) 150 B
import { compare } from "@thi.ng/compare/compare"; const __sortOpts = (opts) => ({ key: (x) => x, compare, ...opts }); export { __sortOpts };