lie-zipwith

0.1.1 • Public • Published
var zipwith = require('lie-zipwith');

zipwith

zipwith(function,array of things[,...] (or promises for arrays of things))

zips the 2 or more arrays up with a function 'func' such that zip(func(1,2),func('a','b')) returns [func(1,'a'),func(2,'b')];. When called with one array it is equivalent to lie-map (with the arguments in reverse order).

License

MIT

/lie-zipwith/

    Package Sidebar

    Install

    npm i lie-zipwith

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • cwmma