UNPKG

@thi.ng/transducers

Version:

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

7 lines (6 loc) 69 B
function* asIterable(src) { yield* src; } export { asIterable };