lie-zipwith
v0.1.1
Published
zip it up with a lie
Readme
var zipwith = require('lie-zipwith');###zipwith
zipwith(function,array 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
