@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/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @hora/transducers

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • tchak