0.1.1 • Published 12 years ago
lie-zip v0.1.1
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