UNPKG

@thi.ng/transducers

Version:

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

10 lines (9 loc) 146 B
import { push } from "../push.js"; const __groupByOpts = (opts) => ({ key: (x) => x, group: push(), ...opts }); export { __groupByOpts };