Package detail

lie-zip

calvinmetcalf9MIT0.1.1

zip all the lies up

lie, promise, async

readme

var zip = require('lie-zip');

zip

zip(array of things[,...])

zips the 2 or more arrays up such that zip([1,2],['a','b']) returns [[1,'a'],[2,'b']];. When called with one array it is equivilent to lie-map called with the function(a){return [a]}.

License

MIT