Detalhes do pacote

lie-zipwith

calvinmetcalf13MIT0.1.1

zip it up with a lie

lie, promise, async

readme (leia-me)

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