0.2.0 • Published 9 years ago
@hora/transducers v0.2.0
@hora/transducers
Install
$ yarn add @hora/transducersUsage
import { map, into } from '@hora/transducers';
map(x => x + 1, [1, 2, 3]);
into([], map(x => x + 2), [2, 3, 4]);For more in depth documentation see: http://hora.io/docs/transducers/