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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    3
  • 0.1.0
    0

Package Sidebar

Install

npm i lie-zipwith

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • cwmma