zipwith

0.0.1 • Public • Published

zipwith - A Node.js port of Haskell's zipWith function

REQUIREMENTS

EXAMPLE

> var zipwith = require("zipwith").zipwith;
> zipwith(function(a, b) { return a + b; }, [1, 2, 3], [3, 2, 1]);
[ 4, 4, 4 ]

Readme

Keywords

none

Package Sidebar

Install

npm i zipwith

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • mcandre