UNPKG

@thi.ng/transducers

Version:

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

6 lines (5 loc) 153 B
import { renamer } from "./renamer.js"; const keySelector = (keys) => renamer(keys.reduce((acc, x) => (acc[x] = x, acc), {})); export { keySelector };