@hora/transducers

0.2.0 • Public • Published

@hora/transducers

Build Status npm version

Install

$ yarn add @hora/transducers

Usage

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/

Readme

Keywords

none

Package Sidebar

Install

npm i @hora/transducers

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • tchak