File size: 80 Bytes
fcf3b03
 
 
 
 
1
2
3
4
5
6
import "transpose";

d3.zip = function() {
  return d3.transpose(arguments);
};