UNPKG

@thi.ng/transducers

Version:

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

6 lines (5 loc) 108 B
import { map } from "./map.js"; const sideEffect = (fn) => map((x) => (fn(x), x)); export { sideEffect };